184 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-03-11 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 = 2)
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 = 2 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 2 AND pl.id_shop = 2 )
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=2)
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` = 2
AND cp.`id_category` = 544 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY pl.`name` DESC
LIMIT 0,2 |
39.940
ms
|
2130 |
Yes
|
|
/classes/Category.php:1062
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
7 |
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` = 2
WHERE (a.`id_product` = 13470) AND (b.`id_shop` = 2) LIMIT 1 |
24.805
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
216 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 13470) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
16.775
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:137
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/axoncreator/axoncreator.php:1767 (__construct)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
195 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 69056 AND `id_shop` = 2 |
13.498
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
374 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-11 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 = 2
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_product_attribute = 0
AND sa.id_shop_group = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 2
WHERE p.id_product IN (12119) |
12.034
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/axoncreator/axoncreator.php:1885 (assembleProduct)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
194 |
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` = 2
WHERE (a.`id_product` = 69056) LIMIT 1 |
11.486
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
188 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
WHERE (p.`id_product` = 69056) |
10.941
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
370 |
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 = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 12117
ORDER BY `position` |
10.410
ms
|
10 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/axoncreator/axoncreator.php:1886 (present)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
196 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 2
AND cl.`id_category` = 554 LIMIT 1 |
10.202
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
189 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 69056 AND id_shop=2 LIMIT 1 |
8.636
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
12 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 13470 LIMIT 1 |
8.526
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
193 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 69056 AND `id_group` = 8 LIMIT 1 |
8.385
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
101 |
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` = 2
WHERE (a.`id_product` = 13472) LIMIT 1 |
7.340
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
124 |
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` = 2
WHERE (a.`id_product` = 104212) LIMIT 1 |
7.092
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
4 |
SELECT SQL_NO_CACHE * FROM `ps_tagmanager_sdata` WHERE `ido` = 0 AND `idg` = 32694410 LIMIT 1 |
7.076
ms
|
1 |
|
|
/modules/seigitagmanager/classes/session/Data.php:139
/modules/seigitagmanager/classes/session/Data.php:25 (getObjectByIdGuest)
/modules/seigitagmanager/seigitagmanager.inc.php:894 (__construct)
/modules/seigitagmanager/seigitagmanager.inc.php:959 (getCurrentUserSessionInstance)
/classes/Hook.php:1043 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:40 (dispatch)
|
353 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 2)
WHERE pf.id_product = 12262
ORDER BY f.position ASC |
7.063
ms
|
8 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
1 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (2) |
7.060
ms
|
390 |
|
|
/classes/module/Module.php:2018
/classes/Hook.php:929 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/index.php:40 (dispatch)
|
179 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 13470 AND `id_shop` = 2 |
6.970
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/axoncreator/axoncreator.php:1426 (__construct)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
174 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 104220 AND `id_shop` = 2 |
6.964
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
16 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 8 LIMIT 1 |
6.867
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3994 (getReductionByIdGroup)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
157 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 104219 LIMIT 1 |
6.755
ms
|
3 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
167 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 104220 LIMIT 1 |
6.734
ms
|
3 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
178 |
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` = 2
WHERE (a.`id_product` = 13470) LIMIT 1 |
6.698
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/axoncreator/axoncreator.php:1426 (__construct)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
185 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 69056 LIMIT 1 |
6.664
ms
|
4 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
205 |
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` = 2
WHERE (a.`id_product` = 13773) LIMIT 1 |
6.564
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
180 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 13470) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
6.284
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/classes/Product.php:7860 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/axoncreator/axoncreator.php:1426 (__construct)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
176 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 104220) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
6.136
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
95 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 2)
WHERE p.id_product = 13472
AND DATEDIFF("2025-03-11 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
6.129
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
120 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 2, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 8, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 8) AND `id_product` = 104212 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-03-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-11 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 |
6.074
ms
|
4 |
Yes
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
100 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 13472 AND `id_group` = 8 LIMIT 1 |
6.012
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
173 |
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` = 2
WHERE (a.`id_product` = 104220) LIMIT 1 |
5.983
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
172 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 104220 AND `id_group` = 8 LIMIT 1 |
5.971
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
102 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 13472 AND `id_shop` = 2 |
5.944
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
186 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 69056
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
5.864
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:72 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
171 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 104220 AND id_shop=2 LIMIT 1 |
5.834
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
168 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 104220
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
5.794
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:72 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
169 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 2, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 8, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 8) AND `id_product` = 104220 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-03-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-11 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 |
5.774
ms
|
3 |
Yes
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
13 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
WHERE (p.`id_product` = 13470) |
5.770
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
192 |
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` = 5
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 |
5.767
ms
|
1 |
|
|
/override/classes/tax/TaxRulesTaxManager.php:119
/classes/Product.php:3926 (getTaxCalculator)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
170 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
WHERE (p.`id_product` = 104220) |
5.739
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
2 |
INSERT INTO `ps_tagmanager_guest` () VALUES () |
5.429
ms
|
1 |
|
|
/modules/seigitagmanager/classes/session/Data.php:302
/modules/seigitagmanager/seigitagmanager.inc.php:1393 (createNewGuestID)
/modules/seigitagmanager/seigitagmanager.inc.php:955 (getCurrentPSGuestID)
/classes/Hook.php:1043 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:40 (dispatch)
|
209 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13773 LIMIT 1 |
5.148
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
175 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 2
AND cl.`id_category` = 1210 LIMIT 1 |
4.433
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
398 |
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 = 2)
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 (12117) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
4.414
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/c6/e4/72/c6e472e3c30d1117f1eb0fcff14e2605bae8f650_2.file.product-1.tpl.php:86 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aece792c7_58083556)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/92/04/66/920466935fa6d882e2ce7ad385c09ee5a3b5f878_2.module.axoncreatorviewstemplateswidgetsproducts.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aece6cc78_62084301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/axoncreator/includes/widgets/axps-products.php:960 (fetch)
/modules/axoncreator/includes/widgets/axps-products.php:907 (fetch)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
249 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12119 LIMIT 1 |
4.389
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
177 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 2)
WHERE p.id_product = 13470
AND DATEDIFF("2025-03-11 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
4.275
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:9 (__construct)
/modules/axoncreator/axoncreator.php:1426 (__construct)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
211 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 13773) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
4.206
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
128 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 104213 LIMIT 1 |
4.188
ms
|
4 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
380 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-11 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 = 2
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_product_attribute = 0
AND sa.id_shop_group = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 2
WHERE p.id_product IN (12124) |
4.031
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/axoncreator/axoncreator.php:1885 (assembleProduct)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
381 |
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` = 2
WHERE (a.`id_product` = 12124) AND (b.`id_shop` = 2) LIMIT 1 |
4.030
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/axoncreator/axoncreator.php:1886 (present)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
0 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
4.022
ms
|
1206 |
|
|
/classes/Hook.php:1315
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:851 (getIdByName)
/classes/Dispatcher.php:611 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
212 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 2)
WHERE pf.id_product = 13773
ORDER BY f.position ASC |
3.951
ms
|
7 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
3 |
DELETE FROM `ps_tagmanager_sdata` WHERE idg = 32694410 |
3.946
ms
|
1 |
|
|
/modules/seigitagmanager/seigitagmanager.inc.php:1397
/modules/seigitagmanager/seigitagmanager.inc.php:955 (getCurrentPSGuestID)
/classes/Hook.php:1043 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:40 (dispatch)
|
182 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 13470) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
3.946
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:137
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/axoncreator/axoncreator.php:1426 (__construct)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
247 |
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 = 2)
WHERE i.`id_product` = 12119
AND image_shop.`cover` = 1 LIMIT 1 |
3.946
ms
|
10 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
183 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 13470) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
3.929
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:197
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/axoncreator/axoncreator.php:1426 (__construct)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
181 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 13470) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
3.926
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:166
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/axoncreator/axoncreator.php:1426 (__construct)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
214 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 13470) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
3.778
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/classes/Product.php:7860 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/axoncreator/axoncreator.php:1767 (__construct)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
217 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 13470) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
3.500
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:197
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/axoncreator/axoncreator.php:1767 (__construct)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
152 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 104218 AND `id_group` = 8 LIMIT 1 |
3.289
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
190 |
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 |
3.241
ms
|
0 |
|
|
/classes/Hook.php:1315
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
367 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 2)
WHERE pf.id_product = 12432
ORDER BY f.position ASC |
3.118
ms
|
40 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
158 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 104219
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
3.005
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:72 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
257 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12119 LIMIT 1 |
2.983
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
163 |
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` = 2
WHERE (a.`id_product` = 104219) LIMIT 1 |
2.695
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
153 |
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` = 2
WHERE (a.`id_product` = 104218) LIMIT 1 |
2.666
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
208 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13773 LIMIT 1 |
2.576
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5711 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
160 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
WHERE (p.`id_product` = 104219) |
2.565
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
366 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12432) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
2.549
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
131 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
WHERE (p.`id_product` = 104213) |
2.530
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
191 |
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 2)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
2.511
ms
|
741 |
|
|
/classes/Hook.php:456
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
363 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12432 LIMIT 1 |
2.475
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5711 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
392 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-11 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 = 2
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_product_attribute = 0
AND sa.id_shop_group = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 2
WHERE p.id_product IN (12259) |
2.470
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/axoncreator/axoncreator.php:1885 (assembleProduct)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
364 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12432 LIMIT 1 |
2.465
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
365 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12432 LIMIT 1 |
2.445
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
357 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
WHERE (p.`id_product` = 12432) |
2.419
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
362 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12432 LIMIT 1 |
2.411
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5701 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
360 |
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` = 2
WHERE (a.`id_product` = 12432) LIMIT 1 |
2.388
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
395 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-11 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 = 2
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_product_attribute = 0
AND sa.id_shop_group = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 2
WHERE p.id_product IN (12262) |
2.385
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/axoncreator/axoncreator.php:1885 (assembleProduct)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
361 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 12432 AND `id_shop` = 2 |
2.382
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
358 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12432 AND id_shop=2 LIMIT 1 |
2.382
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
356 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12432 LIMIT 1 |
2.376
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
161 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 104219 AND id_shop=2 LIMIT 1 |
2.358
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
202 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
WHERE (p.`id_product` = 13773) |
2.341
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
359 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12432 AND `id_group` = 8 LIMIT 1 |
2.324
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
379 |
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 = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 12123
ORDER BY `position` |
2.308
ms
|
10 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/axoncreator/axoncreator.php:1886 (present)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
393 |
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` = 2
WHERE (a.`id_product` = 12259) AND (b.`id_shop` = 2) LIMIT 1 |
2.303
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/axoncreator/axoncreator.php:1886 (present)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
355 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12432 LIMIT 1 |
2.299
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
396 |
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` = 2
WHERE (a.`id_product` = 12262) AND (b.`id_shop` = 2) LIMIT 1 |
2.297
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/axoncreator/axoncreator.php:1886 (present)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
215 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 13470) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
2.294
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:166
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/axoncreator/axoncreator.php:1767 (__construct)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
354 |
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 = 2)
WHERE i.`id_product` = 12432
AND image_shop.`cover` = 1 LIMIT 1 |
2.234
ms
|
10 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
187 |
SELECT SQL_NO_CACHE *, ( IF (`id_currency` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_group` = 8, 8, 0) + IF (`id_shop` = 2, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 8) AND `id_product` = 69056 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-03-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
2.190
ms
|
4 |
Yes
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
345 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12262 AND `id_group` = 8 LIMIT 1 |
2.150
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
347 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 12262 AND `id_shop` = 2 |
2.075
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
162 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 104219 AND `id_group` = 8 LIMIT 1 |
2.072
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
14 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 13470 AND id_shop=2 LIMIT 1 |
2.044
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
148 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 104218
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
2.020
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:72 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
207 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13773 LIMIT 1 |
2.010
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5701 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
159 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 2, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 8, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 8) AND `id_product` = 104219 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-03-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-11 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
2.000
ms
|
3 |
Yes
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
63 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (2) |
1.862
ms
|
390 |
|
|
/classes/module/Module.php:2018
/classes/Hook.php:929 (getExceptionsStatic)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae44f0594_33451916)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
348 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12262 LIMIT 1 |
1.825
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5701 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
300 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12216 LIMIT 1 |
1.805
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
8 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
1.783
ms
|
0 |
|
|
/classes/Hook.php:1315
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:6892 (getManager)
/classes/Product.php:741 (getTaxesRate)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
64 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
1.678
ms
|
1206 |
|
|
/classes/Hook.php:1315
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:851 (getIdByName)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/e2/e1/b5/e2e1b5264cd2b163fcf7ccc7786b496af7682b0d_2.file.product-cover-thumbnails.tpl.php:132 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/e2/e1/b5/e2e1b5264cd2b163fcf7ccc7786b496af7682b0d_2.file.product-cover-thumbnails.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadbf877_57150798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:190 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:219 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
293 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12125 LIMIT 1 |
1.672
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5711 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
272 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12124 LIMIT 1 |
1.611
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
151 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 104218 AND id_shop=2 LIMIT 1 |
1.593
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
264 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12123 AND id_shop=2 LIMIT 1 |
1.575
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
286 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12125 LIMIT 1 |
1.561
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
296 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12125) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
1.560
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
266 |
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` = 2
WHERE (a.`id_product` = 12123) LIMIT 1 |
1.549
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
213 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 2)
WHERE p.id_product = 13470
AND DATEDIFF("2025-03-11 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
1.541
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:9 (__construct)
/modules/axoncreator/axoncreator.php:1767 (__construct)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
279 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12124 LIMIT 1 |
1.524
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5711 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
281 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12124 LIMIT 1 |
1.522
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
273 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
WHERE (p.`id_product` = 12124) |
1.516
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
297 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 2)
WHERE pf.id_product = 12125
ORDER BY f.position ASC |
1.511
ms
|
40 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
301 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
WHERE (p.`id_product` = 12216) |
1.511
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
92 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 2)
WHERE pf.id_product = 13467
ORDER BY f.position ASC |
1.506
ms
|
7 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:148 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
276 |
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` = 2
WHERE (a.`id_product` = 12124) LIMIT 1 |
1.498
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
287 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
WHERE (p.`id_product` = 12125) |
1.490
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
258 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12119 LIMIT 1 |
1.479
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
259 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12119) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
1.474
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
265 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12123 AND `id_group` = 8 LIMIT 1 |
1.471
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
52 |
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 |
1.470
ms
|
14 |
|
|
/classes/CartRule.php:423
/classes/Cart.php:3035 (getCustomerCartRules)
/classes/Cart.php:3419 (getDeliveryOptionList)
/classes/Cart.php:3492 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2187 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
45 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 2)
WHERE pf.id_product = 13470
ORDER BY f.position ASC |
1.469
ms
|
8 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/controllers/front/ProductController.php:1207 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
288 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12125 AND id_shop=2 LIMIT 1 |
1.465
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
282 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12124) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
1.463
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
280 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12124 LIMIT 1 |
1.462
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
97 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 13472 LIMIT 1 |
1.431
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
83 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-11 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 = 2
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_product_attribute = 0
AND sa.id_shop_group = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 2
WHERE p.id_product IN (13467) |
1.429
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:148 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
274 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12124 AND id_shop=2 LIMIT 1 |
1.429
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
94 |
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` = 2
WHERE (a.`id_product` = 13472) AND (b.`id_shop` = 2) LIMIT 1 |
1.426
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
48 |
SELECT SQL_NO_CACHE *
FROM `ps_altautofiller`
INNER JOIN `ps_altautofiller_lang` ON `ps_altautofiller`.`id_altautofiller` = `ps_altautofiller_lang`.`id_altautofiller`
WHERE `id_shop` = 2
AND `id_lang` = 2
AND `active` = 1 AND (`products` = "" OR FIND_IN_SET(13470, `products`)) AND (`categories` = "" OR FIND_IN_SET(3, `categories`) OR FIND_IN_SET(282, `categories`) OR FIND_IN_SET(544, `categories`)) AND (`manufacturers` = "" OR FIND_IN_SET("11", `manufacturers`)) AND (`suppliers` = "" OR FIND_IN_SET("0", `suppliers`)) ORDER BY `priority` ASC |
1.419
ms
|
2 |
Yes
|
|
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:150
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/controllers/front/ProductController.php:1242 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
289 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12125 AND `id_group` = 8 LIMIT 1 |
1.403
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
275 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12124 AND `id_group` = 8 LIMIT 1 |
1.402
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
98 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
WHERE (p.`id_product` = 13472) |
1.401
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
96 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13472 LIMIT 1 |
1.390
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
291 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 12125 AND `id_shop` = 2 |
1.385
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
218 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-03-11 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 = 2)
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 = 2 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 2 AND pl.id_shop = 2 )
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=2)
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` = 2
AND cp.`id_category` = 544 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,11 |
1.383
ms
|
2130 |
|
|
/classes/Category.php:1062
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
72 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 13467 LIMIT 1 |
1.376
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
87 |
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 ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
1.376
ms
|
0 |
|
|
/override/classes/tax/TaxRulesTaxManager.php:119
/classes/Product.php:3952 (getTaxCalculator)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5701 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:148 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
51 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-03-11 00:00:00" AND date_to <= "2025-03-11 23:59:59") OR (date_from >= "2025-03-11 00:00:00" AND date_from <= "2025-03-11 23:59:59") OR (date_from < "2025-03-11 00:00:00" AND date_to > "2025-03-11 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
1.374
ms
|
15 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3035 (getCustomerCartRules)
/classes/Cart.php:3419 (getDeliveryOptionList)
/classes/Cart.php:3492 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2187 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
406 |
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 = 2)
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 (12259) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.369
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/c6/e4/72/c6e472e3c30d1117f1eb0fcff14e2605bae8f650_2.file.product-1.tpl.php:86 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aece792c7_58083556)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/92/04/66/920466935fa6d882e2ce7ad385c09ee5a3b5f878_2.module.axoncreatorviewstemplateswidgetsproducts.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aece6cc78_62084301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/axoncreator/includes/widgets/axps-products.php:960 (fetch)
/modules/axoncreator/includes/widgets/axps-products.php:907 (fetch)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
108 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-11 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 = 2
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_product_attribute = 0
AND sa.id_shop_group = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 2
WHERE p.id_product IN (13472) |
1.367
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:155 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
46 |
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 = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 13470
ORDER BY `position` |
1.364
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1242 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
53 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-03-11 00:00:00" AND date_to <= "2025-03-11 23:59:59") OR (date_from >= "2025-03-11 00:00:00" AND date_from <= "2025-03-11 23:59:59") OR (date_from < "2025-03-11 00:00:00" AND date_to > "2025-03-11 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
1.364
ms
|
15 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
76 |
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` = 2
WHERE (a.`id_product` = 13467) LIMIT 1 |
1.363
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
93 |
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 = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 13467
ORDER BY `position` |
1.360
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:179 (present)
/modules/nrtproductslinknav/nrtproductslinknav.php:148 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
397 |
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 = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 12262
ORDER BY `position` |
1.358
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/axoncreator/axoncreator.php:1886 (present)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
70 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 2)
WHERE p.id_product = 13467
AND DATEDIFF("2025-03-11 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
1.357
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
382 |
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 = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 12124
ORDER BY `position` |
1.357
ms
|
12 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/axoncreator/axoncreator.php:1886 (present)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
68 |
SELECT SQL_NO_CACHE cp.id_product FROM `ps_category_product` cp RIGHT JOIN `ps_product` p ON p.id_product = cp.id_product WHERE cp.id_category = 544 AND p.active = 1 AND cp.position > 162 ORDER BY cp.position ASC LIMIT 1 |
1.344
ms
|
548 |
|
|
/modules/nrtproductslinknav/nrtproductslinknav.php:143
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
69 |
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` = 2
WHERE (a.`id_product` = 13467) AND (b.`id_shop` = 2) LIMIT 1 |
1.329
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
54 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
1.327
ms
|
1 |
|
|
/classes/CartRule.php:423
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
73 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
WHERE (p.`id_product` = 13467) |
1.319
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
84 |
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 = 2)
WHERE i.`id_product` = 13467
AND image_shop.`cover` = 1 LIMIT 1 |
1.317
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:148 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
90 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13467 LIMIT 1 |
1.317
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:148 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
47 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 13470 |
1.314
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/altautofiller/classes/AltAutoFillerConfiguration.php:114 (getProductCategories)
/modules/altautofiller/altautofiller.php:623 (getLegend)
/classes/Hook.php:1043 (hookActionPresentProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductPresenter.php:114 (exec)
/controllers/front/ProductController.php:1242 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
67 |
SELECT SQL_NO_CACHE cp.id_product FROM `ps_category_product` cp RIGHT JOIN `ps_product` p ON p.id_product = cp.id_product WHERE cp.id_category = 544 AND p.active = 1 AND cp.position < 162 ORDER BY cp.position DESC LIMIT 1 |
1.314
ms
|
161 |
|
|
/modules/nrtproductslinknav/nrtproductslinknav.php:142
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
56 |
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` = 2
WHERE (a.`id_product` = 13470) AND (b.`id_shop` = 2) LIMIT 1 |
1.313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
50 |
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 |
1.311
ms
|
1 |
|
|
/classes/Cart.php:4211
/classes/Cart.php:4186 (hasProducts)
/classes/Cart.php:2131 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
74 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 13467 AND id_shop=2 LIMIT 1 |
1.308
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
99 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 13472 AND id_shop=2 LIMIT 1 |
1.305
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
77 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 13467 AND `id_shop` = 2 |
1.302
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
49 |
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` = 2
WHERE (a.`id_manufacturer` = 11) LIMIT 1 |
1.299
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:33 (__construct)
/controllers/front/ProductController.php:438 (__construct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
89 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13467 LIMIT 1 |
1.288
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:148 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
71 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13467 LIMIT 1 |
1.285
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
78 |
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`=13467 |
1.271
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
88 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13467 LIMIT 1 |
1.264
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5711 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:148 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
86 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13467 LIMIT 1 |
1.255
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5701 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:148 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
91 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 13467) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
1.244
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:148 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
55 |
SELECT SQL_NO_CACHE *
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 2
AND bc.`post_type` = 'product'
AND bc.`key_related` = '13470' LIMIT 1 |
1.243
ms
|
21 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/src/Wp_Helper.php:1537 (getRelatedByKey)
/modules/axoncreator/axoncreator.php:1269 (reset_post_var)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
104 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 13472) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
1.241
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/classes/Product.php:7860 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
394 |
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 = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 12259
ORDER BY `position` |
1.236
ms
|
10 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/axoncreator/axoncreator.php:1886 (present)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
371 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-11 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 = 2
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_product_attribute = 0
AND sa.id_shop_group = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 2
WHERE p.id_product IN (12118) |
1.222
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/axoncreator/axoncreator.php:1885 (assembleProduct)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
57 |
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` = 2
WHERE (a.`id_product` = 13470) AND (b.`id_shop` = 2) LIMIT 1 |
1.219
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
81 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 13467) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
1.218
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:137
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
75 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 13467 AND `id_group` = 8 LIMIT 1 |
1.217
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
79 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 13467) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
1.214
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/classes/Product.php:7860 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
82 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 13467) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
1.214
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:197
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
80 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 13467) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
1.213
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:166
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
58 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 13470) AND (b.`id_shop` = 2) LIMIT 1 |
1.209
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
85 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13467 LIMIT 1 |
1.209
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:148 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
106 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 13472) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
1.174
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:137
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
368 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-11 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 = 2
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_product_attribute = 0
AND sa.id_shop_group = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 2
WHERE p.id_product IN (12117) |
1.158
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/axoncreator/axoncreator.php:1885 (assembleProduct)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
9 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 2)
WHERE p.id_product = 13470
AND DATEDIFF("2025-03-11 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
1.154
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
10 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13470 LIMIT 1 |
1.153
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
346 |
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` = 2
WHERE (a.`id_product` = 12262) LIMIT 1 |
1.146
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
39 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 2 AND id_lang = 2 AND id_category = 544 LIMIT 1 |
1.118
ms
|
1 |
|
|
/classes/Product.php:5655
/override/classes/Product.php:184 (getProductProperties)
/controllers/front/ProductController.php:1207 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
11 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
1.114
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
44 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 13470) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
1.089
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/controllers/front/ProductController.php:1207 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
299 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12216 LIMIT 1 |
1.059
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
201 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 13773 LIMIT 1 |
1.049
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
369 |
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` = 2
WHERE (a.`id_product` = 12117) AND (b.`id_shop` = 2) LIMIT 1 |
1.042
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/axoncreator/axoncreator.php:1886 (present)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
290 |
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` = 2
WHERE (a.`id_product` = 12125) LIMIT 1 |
1.036
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
373 |
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 = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 12118
ORDER BY `position` |
0.981
ms
|
10 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/axoncreator/axoncreator.php:1886 (present)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
414 |
SELECT SQL_NO_CACHE DISTINCT id_label
FROM `ps_seigigpsr_labels_mapping`
WHERE (entry_type = 'pr' AND id_shop = 13470) OR (entry_type = 'mf' AND id_shop = 11) OR (entry_type = 'ct' AND id_shop = (544) ) |
0.873
ms
|
1 |
|
|
/modules/seigigpsr/classes/LabelRelation.php:164
/modules/seigigpsr/classes/LabelRelation.php:170 (getAssignedLabels)
/modules/seigigpsr/seigigpsr.inc.php:684 (getAssignedLabelsAsObjects)
/modules/seigigpsr/seigigpsr.inc.php:505 (hookDisplaySeigiGpsrLabel)
/classes/Hook.php:1043 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:169 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
344 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12262 AND id_shop=2 LIMIT 1 |
0.862
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
130 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 2, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 8, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 8) AND `id_product` = 104213 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-03-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-11 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.839
ms
|
4 |
Yes
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
295 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12125 LIMIT 1 |
0.803
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
298 |
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 = 2)
WHERE i.`id_product` = 12216
AND image_shop.`cover` = 1 LIMIT 1 |
0.771
ms
|
9 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
15 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 13470 AND `id_group` = 8 LIMIT 1 |
0.768
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
294 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12125 LIMIT 1 |
0.766
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
35 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`,
pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
image_shop.`id_image` id_image, il.`legend`, m.`name` as manufacturer_name, cl.`name` AS category_default, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2025-03-11 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 = 2)
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=2)
LEFT JOIN `ps_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 2 AND pl.id_shop = 2
)
LEFT JOIN `ps_category_lang` cl ON (
product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 2 AND cl.id_shop = 2
)
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=2)
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` = 13470 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product |
0.760
ms
|
1 |
|
Yes
|
/classes/Product.php:4698
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
292 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12125 LIMIT 1 |
0.748
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5701 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
200 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13773 LIMIT 1 |
0.687
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
248 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12119 LIMIT 1 |
0.660
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
5 |
SELECT SQL_NO_CACHE *
FROM `ps_order_state` os
LEFT JOIN `ps_order_state_lang` osl ON (os.`id_order_state` = osl.`id_order_state` AND osl.`id_lang` = 2) WHERE deleted = 0 ORDER BY `name` ASC |
0.612
ms
|
102 |
Yes
|
|
/classes/order/OrderState.php:132
/modules/seigitagmanager/classes/configurator/settings.php:89 (getOrderStates)
/modules/seigitagmanager/util/configurator/configurator.php:398 (__construct)
/modules/seigitagmanager/seigitagmanager.inc.php:1030 (getInstance)
/classes/Hook.php:1043 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:40 (dispatch)
|
269 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 2)
WHERE pf.id_product = 12123
ORDER BY f.position ASC |
0.532
ms
|
40 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
29 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 2)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 2 AND cl.id_shop = 2 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 544
AND `active` = 1
AND cg.`id_group` =8
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.514
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/controllers/front/ProductController.php:892 (getSubCategories)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
283 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 2)
WHERE pf.id_product = 12124
ORDER BY f.position ASC |
0.499
ms
|
40 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
232 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 2)
WHERE pf.id_product = 12117
ORDER BY f.position ASC |
0.493
ms
|
40 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
260 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 2)
WHERE pf.id_product = 12119
ORDER BY f.position ASC |
0.478
ms
|
40 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
246 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 2)
WHERE pf.id_product = 12118
ORDER BY f.position ASC |
0.461
ms
|
40 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
149 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 2, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 8, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 8) AND `id_product` = 104218 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-03-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-11 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
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
33 |
SELECT SQL_NO_CACHE *,
( IF (`id_shop` = 2, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 8, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 8) AND `id_product` = 13470 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-03-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-11 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
0.453
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:656
/controllers/front/ProductController.php:602 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
139 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 2, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 8, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 8) AND `id_product` = 104217 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-03-11 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-11 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
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
376 |
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 = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 12119
ORDER BY `position` |
0.432
ms
|
10 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/axoncreator/axoncreator.php:1886 (present)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
399 |
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 = 2)
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 (12118) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.420
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/c6/e4/72/c6e472e3c30d1117f1eb0fcff14e2605bae8f650_2.file.product-1.tpl.php:86 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aece792c7_58083556)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/92/04/66/920466935fa6d882e2ce7ad385c09ee5a3b5f878_2.module.axoncreatorviewstemplateswidgetsproducts.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aece6cc78_62084301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/axoncreator/includes/widgets/axps-products.php:960 (fetch)
/modules/axoncreator/includes/widgets/axps-products.php:907 (fetch)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
400 |
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 = 2)
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 (12119) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.419
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/c6/e4/72/c6e472e3c30d1117f1eb0fcff14e2605bae8f650_2.file.product-1.tpl.php:86 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aece792c7_58083556)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/92/04/66/920466935fa6d882e2ce7ad385c09ee5a3b5f878_2.module.axoncreatorviewstemplateswidgetsproducts.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aece6cc78_62084301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/axoncreator/includes/widgets/axps-products.php:960 (fetch)
/modules/axoncreator/includes/widgets/axps-products.php:907 (fetch)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
198 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 2)
WHERE pf.id_product = 69056
ORDER BY f.position ASC |
0.402
ms
|
9 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
116 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 2)
WHERE pf.id_product = 13472
ORDER BY f.position ASC |
0.397
ms
|
8 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:155 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
402 |
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 = 2)
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 (12124) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.387
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/c6/e4/72/c6e472e3c30d1117f1eb0fcff14e2605bae8f650_2.file.product-1.tpl.php:86 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aece792c7_58083556)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/92/04/66/920466935fa6d882e2ce7ad385c09ee5a3b5f878_2.module.axoncreatorviewstemplateswidgetsproducts.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aece6cc78_62084301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/axoncreator/includes/widgets/axps-products.php:960 (fetch)
/modules/axoncreator/includes/widgets/axps-products.php:907 (fetch)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
154 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 104218 AND `id_shop` = 2 |
0.386
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
401 |
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 = 2)
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 (12123) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.385
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/c6/e4/72/c6e472e3c30d1117f1eb0fcff14e2605bae8f650_2.file.product-1.tpl.php:86 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aece792c7_58083556)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/92/04/66/920466935fa6d882e2ce7ad385c09ee5a3b5f878_2.module.axoncreatorviewstemplateswidgetsproducts.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aece6cc78_62084301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/axoncreator/includes/widgets/axps-products.php:960 (fetch)
/modules/axoncreator/includes/widgets/axps-products.php:907 (fetch)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
325 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 2)
WHERE pf.id_product = 12219
ORDER BY f.position ASC |
0.372
ms
|
10 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
339 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 2)
WHERE pf.id_product = 12259
ORDER BY f.position ASC |
0.368
ms
|
11 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
311 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 2)
WHERE pf.id_product = 12216
ORDER BY f.position ASC |
0.355
ms
|
9 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
340 |
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 = 2)
WHERE i.`id_product` = 12262
AND image_shop.`cover` = 1 LIMIT 1 |
0.355
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
342 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12262 LIMIT 1 |
0.355
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
164 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 104219 AND `id_shop` = 2 |
0.354
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
389 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-11 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 = 2
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_product_attribute = 0
AND sa.id_shop_group = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 2
WHERE p.id_product IN (12219) |
0.344
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/axoncreator/axoncreator.php:1885 (assembleProduct)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
109 |
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 = 2)
WHERE i.`id_product` = 13472
AND image_shop.`cover` = 1 LIMIT 1 |
0.341
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:155 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
134 |
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` = 2
WHERE (a.`id_product` = 104213) LIMIT 1 |
0.339
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
103 |
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`=13472 |
0.337
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
111 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13472 LIMIT 1 |
0.333
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5701 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:155 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
383 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-11 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 = 2
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_product_attribute = 0
AND sa.id_shop_group = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 2
WHERE p.id_product IN (12125) |
0.328
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/axoncreator/axoncreator.php:1885 (assembleProduct)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
386 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-11 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 = 2
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_product_attribute = 0
AND sa.id_shop_group = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 2
WHERE p.id_product IN (12216) |
0.322
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/axoncreator/axoncreator.php:1885 (assembleProduct)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
135 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 104213 AND `id_shop` = 2 |
0.321
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
270 |
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 = 2)
WHERE i.`id_product` = 12124
AND image_shop.`cover` = 1 LIMIT 1 |
0.320
ms
|
12 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
407 |
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 = 2)
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 (12262) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.320
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/c6/e4/72/c6e472e3c30d1117f1eb0fcff14e2605bae8f650_2.file.product-1.tpl.php:86 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aece792c7_58083556)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/92/04/66/920466935fa6d882e2ce7ad385c09ee5a3b5f878_2.module.axoncreatorviewstemplateswidgetsproducts.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aece6cc78_62084301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/axoncreator/includes/widgets/axps-products.php:960 (fetch)
/modules/axoncreator/includes/widgets/axps-products.php:907 (fetch)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
372 |
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` = 2
WHERE (a.`id_product` = 12118) AND (b.`id_shop` = 2) LIMIT 1 |
0.318
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/axoncreator/axoncreator.php:1886 (present)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
34 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 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 = 2)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 2)
WHERE pa.`id_product` = 13470 |
0.313
ms
|
1 |
|
|
/classes/Product.php:7557
/controllers/front/ProductController.php:861 (getAttributesInformationsByProduct)
/controllers/front/ProductController.php:373 (assignAttributesCombinations)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
125 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 104212 AND `id_shop` = 2 |
0.313
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
404 |
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 = 2)
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 (12216) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.299
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/c6/e4/72/c6e472e3c30d1117f1eb0fcff14e2605bae8f650_2.file.product-1.tpl.php:86 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aece792c7_58083556)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/92/04/66/920466935fa6d882e2ce7ad385c09ee5a3b5f878_2.module.axoncreatorviewstemplateswidgetsproducts.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aece6cc78_62084301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/axoncreator/includes/widgets/axps-products.php:960 (fetch)
/modules/axoncreator/includes/widgets/axps-products.php:907 (fetch)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
377 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-11 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 = 2
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_product_attribute = 0
AND sa.id_shop_group = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 2
WHERE p.id_product IN (12123) |
0.298
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/axoncreator/axoncreator.php:1885 (assembleProduct)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
403 |
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 = 2)
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 (12125) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.288
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/c6/e4/72/c6e472e3c30d1117f1eb0fcff14e2605bae8f650_2.file.product-1.tpl.php:86 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aece792c7_58083556)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/92/04/66/920466935fa6d882e2ce7ad385c09ee5a3b5f878_2.module.axoncreatorviewstemplateswidgetsproducts.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aece6cc78_62084301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/axoncreator/includes/widgets/axps-products.php:960 (fetch)
/modules/axoncreator/includes/widgets/axps-products.php:907 (fetch)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
405 |
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 = 2)
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 (12219) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.281
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/c6/e4/72/c6e472e3c30d1117f1eb0fcff14e2605bae8f650_2.file.product-1.tpl.php:86 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aece792c7_58083556)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/92/04/66/920466935fa6d882e2ce7ad385c09ee5a3b5f878_2.module.axoncreatorviewstemplateswidgetsproducts.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aece6cc78_62084301)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/axoncreator/includes/widgets/axps-products.php:960 (fetch)
/modules/axoncreator/includes/widgets/axps-products.php:907 (fetch)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
112 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13472 LIMIT 1 |
0.272
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5711 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:155 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
140 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
WHERE (p.`id_product` = 104217) |
0.271
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
144 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 104217 AND `id_shop` = 2 |
0.271
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
121 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
WHERE (p.`id_product` = 104212) |
0.269
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
199 |
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 = 2)
WHERE i.`id_product` = 13773
AND image_shop.`cover` = 1 LIMIT 1 |
0.266
ms
|
9 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
391 |
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 = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 12219
ORDER BY `position` |
0.264
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/axoncreator/axoncreator.php:1886 (present)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
206 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 13773 AND `id_shop` = 2 |
0.259
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
107 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 13472) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.255
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:197
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
105 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 13472) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.253
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:166
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
118 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 104212 LIMIT 1 |
0.253
ms
|
4 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
59 |
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` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 13470) AND (b.`id_shop` = 2) LIMIT 1 |
0.251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
114 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13472 LIMIT 1 |
0.250
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:155 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
137 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 104217 LIMIT 1 |
0.250
ms
|
3 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
385 |
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 = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 12125
ORDER BY `position` |
0.249
ms
|
12 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/axoncreator/axoncreator.php:1886 (present)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
119 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 104212
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.243
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:72 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
390 |
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` = 2
WHERE (a.`id_product` = 12219) AND (b.`id_shop` = 2) LIMIT 1 |
0.242
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/axoncreator/axoncreator.php:1886 (present)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
388 |
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 = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 12216
ORDER BY `position` |
0.240
ms
|
9 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/axoncreator/axoncreator.php:1886 (present)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
17 |
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` = 2
WHERE (a.`id_product` = 13470) LIMIT 1 |
0.238
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
313 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12219 LIMIT 1 |
0.238
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
28 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13470 LIMIT 1 |
0.236
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:4255 (getPriceStatic)
/controllers/front/ProductController.php:332 (getPriceWithoutReduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
61 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 109) AND (a0.`nright` > 110) AND (a1.`id_lang` = 2) AND (a1.`id_shop` = 2)
ORDER BY a0.`nleft` asc |
0.232
ms
|
56 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/ProductController.php:1335 (rewind)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
132 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 104213 AND id_shop=2 LIMIT 1 |
0.230
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
123 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 104212 AND `id_group` = 8 LIMIT 1 |
0.229
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
60 |
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` = 6
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 13470) AND (b.`id_shop` = 2) LIMIT 1 |
0.229
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
129 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 104213
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.228
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:72 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
136 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 104213) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.228
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
378 |
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` = 2
WHERE (a.`id_product` = 12123) AND (b.`id_shop` = 2) LIMIT 1 |
0.226
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/axoncreator/axoncreator.php:1886 (present)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
117 |
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 = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 13472
ORDER BY `position` |
0.225
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:179 (present)
/modules/nrtproductslinknav/nrtproductslinknav.php:155 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
133 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 104213 AND `id_group` = 8 LIMIT 1 |
0.225
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
126 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 2
AND cl.`id_category` = 480 LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
387 |
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` = 2
WHERE (a.`id_product` = 12216) AND (b.`id_shop` = 2) LIMIT 1 |
0.223
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/axoncreator/axoncreator.php:1886 (present)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
384 |
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` = 2
WHERE (a.`id_product` = 12125) AND (b.`id_shop` = 2) LIMIT 1 |
0.222
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/axoncreator/axoncreator.php:1886 (present)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
18 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 13470 AND `id_shop` = 2 |
0.220
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
142 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 104217 AND `id_group` = 8 LIMIT 1 |
0.220
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
375 |
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` = 2
WHERE (a.`id_product` = 12119) AND (b.`id_shop` = 2) LIMIT 1 |
0.218
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/axoncreator/axoncreator.php:1886 (present)
/modules/axoncreator/axoncreator.php:1845 (convertProducts)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
37 |
SELECT SQL_NO_CACHE DISTINCT id_entity
FROM `ps_seigigpsr_entities_mapping`
WHERE (entry_type = 'pr' AND id_shop = 13470) OR (entry_type = 'mf' AND id_shop = 11) |
0.214
ms
|
2 |
|
|
/modules/seigigpsr/classes/ResponsibleEntityRelation.php:139
/modules/seigigpsr/classes/ResponsibleEntityRelation.php:145 (getAssignedEntities)
/modules/seigigpsr/seigigpsr.inc.php:582 (getAssignedEntitiesAsObjects)
/modules/seigigpsr/seigigpsr.inc.php:406 (hookDisplaySeigiGpsr)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
143 |
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` = 2
WHERE (a.`id_product` = 104217) LIMIT 1 |
0.211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
253 |
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` = 2
WHERE (a.`id_product` = 12119) LIMIT 1 |
0.210
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
225 |
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` = 2
WHERE (a.`id_product` = 12117) LIMIT 1 |
0.206
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
304 |
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` = 2
WHERE (a.`id_product` = 12216) LIMIT 1 |
0.201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
226 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 12117 AND `id_shop` = 2 |
0.195
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
332 |
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` = 2
WHERE (a.`id_product` = 12259) LIMIT 1 |
0.194
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
312 |
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 = 2)
WHERE i.`id_product` = 12219
AND image_shop.`cover` = 1 LIMIT 1 |
0.191
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
408 |
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 (13470)
ORDER BY o.id_order DESC
LIMIT 400 |
0.191
ms
|
1 |
Yes
|
|
/modules/ps_crossselling/ps_crossselling.php:257
/modules/ps_crossselling/ps_crossselling.php:214 (getOrderProducts)
/modules/ps_crossselling/ps_crossselling.php:235 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:169 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
239 |
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` = 2
WHERE (a.`id_product` = 12118) LIMIT 1 |
0.188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
38 |
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 = 2)
WHERE i.`id_product` = 13470
AND image_shop.`cover` = 1 LIMIT 1 |
0.184
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/controllers/front/ProductController.php:1207 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
284 |
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 = 2)
WHERE i.`id_product` = 12125
AND image_shop.`cover` = 1 LIMIT 1 |
0.184
ms
|
12 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
6 |
INSERT INTO `ps_tagmanager_sdata` (`idg`, `idc`, `ido`, `d`, `date_upd`) VALUES (
32694410,
0,
0,
"rlWcpPV6VwR3Zv42BF4kAl4kAQxvYPW1LFV6Vx1irzyfoTSpYmHhZPOOpUOfMIqyLxgcqSjiAGZ3YwZ2VPuYFSEAGPjtoTyeMFOUMJAeomftL29gpTS0nJWfMGftD2kuqJEyDz90KP8kYwN7VPgwoTS1MTIvo3ENLJ50nUWipTywYzAioFxvYPWmqJyxVwbvAGZjZmxlAQxgATDjLv00BJDjYJRkMTVgLGtkLGtmMwqwZwZ2Vvjvp3IcMQVvBvVmZwL5AQDkZPVfVaOuM2Isqzyyq19wo3IhqPV6ZFjvp291pzAyplV6rlV0ZGN5LGZvBafvqKZvBvVbMTylMJA0XFVfVaIgVwbvXT5iozHcVvjvK2I2MJ50K2EuqTHvBvVlZQV1YGNmYGRkVvjvK2I2MJ50K3EmVwbkAmDkAmRlZQx5YPWsMKMyoaEsp291pzAyVwbvM2S0nTIlMKVvsK19",
NOW()
) |
0.180
ms
|
1 |
|
|
/modules/seigitagmanager/classes/session/Data.php:259
/modules/seigitagmanager/seigitagmanager.inc.php:1032 (save)
/classes/Hook.php:1043 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:40 (dispatch)
|
318 |
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` = 2
WHERE (a.`id_product` = 12219) LIMIT 1 |
0.180
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
31 |
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 ('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.179
ms
|
0 |
|
|
/override/classes/tax/TaxRulesTaxManager.php:119
/classes/Product.php:3952 (getTaxCalculator)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/controllers/front/ProductController.php:592 (getPriceStatic)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
333 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 12259 AND `id_shop` = 2 |
0.179
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
277 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 12124 AND `id_shop` = 2 |
0.178
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
305 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 12216 AND `id_shop` = 2 |
0.177
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
233 |
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 = 2)
WHERE i.`id_product` = 12118
AND image_shop.`cover` = 1 LIMIT 1 |
0.175
ms
|
10 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
219 |
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 = 2)
WHERE i.`id_product` = 12117
AND image_shop.`cover` = 1 LIMIT 1 |
0.173
ms
|
10 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
254 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 12119 AND `id_shop` = 2 |
0.173
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
323 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12219 LIMIT 1 |
0.172
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
261 |
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 = 2)
WHERE i.`id_product` = 12123
AND image_shop.`cover` = 1 LIMIT 1 |
0.170
ms
|
10 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
26 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 13470 AND ctg.`id_group` = 8 LIMIT 1 |
0.169
ms
|
3 |
|
|
/classes/Product.php:6734
/classes/Product.php:6711 (checkAccessStatic)
/controllers/front/ProductController.php:265 (checkAccess)
/controllers/front/ProductController.php:167 (checkPermissionsToViewProduct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
27 |
SELECT 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` = 2
WHERE (a.`id_category` = 544) AND (b.`id_shop` = 2) LIMIT 1 |
0.165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/ProductController.php:303 (__construct)
/controllers/front/ProductController.php:170 (initializeCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
322 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12219 LIMIT 1 |
0.162
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
326 |
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 = 2)
WHERE i.`id_product` = 12259
AND image_shop.`cover` = 1 LIMIT 1 |
0.162
ms
|
10 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
155 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 2
AND cl.`id_category` = 1429 LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
319 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 12219 AND `id_shop` = 2 |
0.160
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
42 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13470 LIMIT 1 |
0.159
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/controllers/front/ProductController.php:1207 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
240 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 12118 AND `id_shop` = 2 |
0.158
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
409 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 2)
WHERE p.id_product = 13470
AND DATEDIFF("2025-03-11 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:9 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:763 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:670 (getProductObjectFromHookParams)
/modules/seigigpsr/seigigpsr.inc.php:505 (hookDisplaySeigiGpsrLabel)
/classes/Hook.php:1043 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:169 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
250 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
WHERE (p.`id_product` = 12119) |
0.155
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
40 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13470 LIMIT 1 |
0.154
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/controllers/front/ProductController.php:1207 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
147 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 104218 LIMIT 1 |
0.154
ms
|
3 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
43 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13470 LIMIT 1 |
0.152
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/controllers/front/ProductController.php:1207 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
32 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 13470
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:648 (_getScoreQuery)
/controllers/front/ProductController.php:602 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
343 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
WHERE (p.`id_product` = 12262) |
0.148
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
415 |
SELECT SQL_NO_CACHE product_shop.`id_category_default`
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 2)
WHERE p.`id_product` = 13470 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Product.php:7919
/modules/seigitagmanager/classes/google/event/Converter.php:267 (getDefaultCategory)
/modules/seigitagmanager/classes/google/event/Converter.php:83 (formatProduct)
/modules/seigitagmanager/classes/integrations/ga4/ga4.php:252 (createBasicDataTag)
/modules/seigitagmanager/seigitagmanager.inc.php:755 (runEvent)
/modules/seigitagmanager/seigitagmanager.inc.php:724 (executeFrontFooter)
/classes/Hook.php:1043 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6f/71/05/6f71057721edbe5ad9dec765be9ecf77cd901743_2.file.footer.tpl.php:83 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6f/71/05/6f71057721edbe5ad9dec765be9ecf77cd901743_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aed076d24_45910210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:246 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:427 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
41 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13470 LIMIT 1 |
0.143
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5711 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/controllers/front/ProductController.php:1207 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
150 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
WHERE (p.`id_product` = 104218) |
0.143
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
236 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
WHERE (p.`id_product` = 12118) |
0.141
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
228 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12117 LIMIT 1 |
0.141
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5711 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
267 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 12123 AND `id_shop` = 2 |
0.141
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
234 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12118 LIMIT 1 |
0.140
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
222 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
WHERE (p.`id_product` = 12117) |
0.140
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
146 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 104217) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
255 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12119 LIMIT 1 |
0.137
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5701 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
220 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12117 LIMIT 1 |
0.136
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
166 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 104219) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
335 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12259 LIMIT 1 |
0.135
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5711 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
20 |
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`=13470 |
0.134
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
110 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13472 LIMIT 1 |
0.134
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:155 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
115 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 13472) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:155 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
256 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12119 LIMIT 1 |
0.133
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5711 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
336 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12259 LIMIT 1 |
0.133
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
145 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 2
AND cl.`id_category` = 1551 LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
22 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 13470) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:166
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
30 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13470 LIMIT 1 |
0.132
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/controllers/front/ProductController.php:592 (getPriceStatic)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
221 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12117 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
229 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12117 LIMIT 1 |
0.132
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
210 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13773 LIMIT 1 |
0.131
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
308 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12216 LIMIT 1 |
0.131
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
413 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 13470) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:197
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:763 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:670 (getProductObjectFromHookParams)
/modules/seigigpsr/seigigpsr.inc.php:505 (hookDisplaySeigiGpsrLabel)
/classes/Hook.php:1043 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:169 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
263 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
WHERE (p.`id_product` = 12123) |
0.130
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
113 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 13472 LIMIT 1 |
0.129
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:155 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
127 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 104212) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
231 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12117) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
262 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12123 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
349 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12262 LIMIT 1 |
0.129
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5711 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
197 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 69056) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
324 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12219) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
328 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12259 LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
329 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
WHERE (p.`id_product` = 12259) |
0.128
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
341 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12262 LIMIT 1 |
0.127
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
230 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12117 LIMIT 1 |
0.126
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
245 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12118) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
21 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 13470) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/classes/Product.php:7860 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
243 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12118 LIMIT 1 |
0.125
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
271 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12124 LIMIT 1 |
0.125
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
235 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12118 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
227 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12117 LIMIT 1 |
0.123
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5701 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
410 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 13470) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/classes/Product.php:7860 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:763 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:670 (getProductObjectFromHookParams)
/modules/seigigpsr/seigigpsr.inc.php:505 (hookDisplaySeigiGpsrLabel)
/classes/Hook.php:1043 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:169 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
242 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12118 LIMIT 1 |
0.122
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5711 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
310 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12216) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
352 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12262) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
278 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12124 LIMIT 1 |
0.122
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5701 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
314 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12219 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
327 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12259 LIMIT 1 |
0.121
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
156 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 104218) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
223 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12117 AND id_shop=2 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
334 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12259 LIMIT 1 |
0.120
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5701 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
350 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12262 LIMIT 1 |
0.120
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5755 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
25 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_product_shop`
WHERE `id_product` = 13470
AND id_shop = 2 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/controllers/front/ProductController.php:192 (isAssociatedToShop)
/controllers/front/ProductController.php:167 (checkPermissionsToViewProduct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
338 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12259) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
315 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
WHERE (p.`id_product` = 12219) |
0.119
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
320 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12219 LIMIT 1 |
0.119
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5701 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
62 |
SELECT SQL_NO_CACHE `config`
FROM ps_nrt_themect_page_config
WHERE `page_id` = 13470
AND `page_type` = 'product' LIMIT 1 |
0.116
ms
|
0 |
|
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3640
/modules/nrtthemecustomizer/nrtthemecustomizer.php:2935 (_getThemeCtPageConfig)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3180 (_getPageConfigOnFront)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3038 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3281 (_prepHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
244 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12118 LIMIT 1 |
0.116
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
306 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12216 LIMIT 1 |
0.116
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5701 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
337 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12259 LIMIT 1 |
0.116
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
241 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12118 LIMIT 1 |
0.115
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5701 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
285 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12125 LIMIT 1 |
0.115
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
138 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 104217
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:72 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
122 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 104212 AND id_shop=2 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
302 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12216 AND id_shop=2 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
351 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12262 LIMIT 1 |
0.112
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
141 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 104217 AND id_shop=2 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
321 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12219 LIMIT 1 |
0.112
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5711 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
19 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 2
AND cl.`id_category` = 544 LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
307 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12216 LIMIT 1 |
0.111
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5711 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
309 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 12216 LIMIT 1 |
0.111
ms
|
0 |
|
|
/override/classes/Product.php:359
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5771 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
268 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12123) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:234
/override/classes/Product.php:231 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
165 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 2
AND cl.`id_category` = 1072 LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Product.php:3127 (getProductsProperties)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:72 (getNewProducts)
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:85 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1693 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:551 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:164 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
66 |
SELECT SQL_NO_CACHE position FROM `ps_category_product` WHERE id_category = 544 AND id_product = 13470 LIMIT 1 |
0.108
ms
|
1 |
|
|
/modules/nrtproductslinknav/nrtproductslinknav.php:139
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
65 |
SELECT SQL_NO_CACHE `id_productvideo`
FROM ps_nrtproductvideo_product
WHERE id_product = 13470 LIMIT 1 |
0.107
ms
|
0 |
|
|
/modules/nrtproductvideo/src/ProductVideoModel.php:89
/modules/nrtproductvideo/nrtproductvideo.php:694 (getProductVideos)
/modules/nrtproductvideo/nrtproductvideo.php:677 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/e2/e1/b5/e2e1b5264cd2b163fcf7ccc7786b496af7682b0d_2.file.product-cover-thumbnails.tpl.php:132 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/e2/e1/b5/e2e1b5264cd2b163fcf7ccc7786b496af7682b0d_2.file.product-cover-thumbnails.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadbf877_57150798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:190 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:219 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ba/84/60/ba846043f919a8d554a19be8fe270b09b318dea3_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06aeadaa3d1_08549541)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
330 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12259 AND id_shop=2 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
251 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12119 AND id_shop=2 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
203 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 13773 AND id_shop=2 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
252 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12119 AND `id_group` = 8 LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
224 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12117 AND `id_group` = 8 LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
23 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 13470) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:137
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
316 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12219 AND id_shop=2 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
411 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 13470) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:166
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:763 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:670 (getProductObjectFromHookParams)
/modules/seigigpsr/seigigpsr.inc.php:505 (hookDisplaySeigiGpsrLabel)
/classes/Hook.php:1043 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:169 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
331 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12259 AND `id_group` = 8 LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
303 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12216 AND `id_group` = 8 LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
36 |
SELECT SQL_NO_CACHE `id_customtab`
FROM ps_nrtcustomtab_product
WHERE id_product = 13470 LIMIT 1 |
0.090
ms
|
0 |
|
|
/modules/nrtcustomtab/src/CustomTabModel.php:91
/modules/nrtcustomtab/nrtcustomtab.php:742 (getProductCustomTab)
/modules/nrtcustomtab/nrtcustomtab.php:713 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
238 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12118 AND `id_group` = 8 LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
24 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 13470) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.089
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:197
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
204 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 13773 AND `id_group` = 8 LIMIT 1 |
0.089
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
317 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12219 AND `id_group` = 8 LIMIT 1 |
0.089
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
412 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 13470) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.083
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:137
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:763 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:670 (getProductObjectFromHookParams)
/modules/seigigpsr/seigigpsr.inc.php:505 (hookDisplaySeigiGpsrLabel)
/classes/Hook.php:1043 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:169 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
237 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12118 AND id_shop=2 LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1785 (runQuery)
/modules/axoncreator/axoncreator.php:1663 (execProducts)
/modules/axoncreator/includes/widgets/axps-products.php:900 (_prepProducts)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:419 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae4490412_09334245)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d06ae447f556_23602067)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|