| 2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
12.549
ms
|
5238 |
|
|
/classes/Configuration.php:162
/classes/Configuration.php:210 (loadConfiguration)
/classes/Configuration.php:283 (get)
/classes/shop/Shop.php:379 (getMultiShopValues)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 64 |
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 |
2.794
ms
|
0 |
|
|
/classes/Hook.php:1565
/classes/Hook.php:244 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:43 (getIdByName)
/classes/tax/TaxManagerFactory.php:22 (execHookTaxManagerFactory)
/classes/Product.php:6581 (getManager)
/classes/Product.php:700 (getTaxesRate)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
1.620
ms
|
240 |
Yes
|
Yes
|
/classes/Hook.php:1497
/classes/Hook.php:802 (getAllHookRegistrations)
/classes/Hook.php:945 (getHookModuleExecList)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 109 |
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_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
image_shop.`id_image` id_image, il.`legend`, m.`name` as manufacturer_name, cl.`name` AS category_default, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2026-05-31 00:00:00",
INTERVAL 120 DAY
)
) > 0 AS new
FROM `ps_accessory`
LEFT JOIN `ps_product` p ON p.`id_product` = `id_product_2`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN `ps_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
)
LEFT JOIN `ps_category_lang` cl ON (
product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1
)
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `ps_manufacturer` m ON (p.`id_manufacturer`= m.`id_manufacturer`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE `id_product_1` = 2927 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product
ORDER BY pl.`name` |
1.612
ms
|
6 |
Yes
|
Yes
|
/classes/Product.php:4482
/controllers/front/ProductController.php:359 (getAccessories)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
1.495
ms
|
268 |
|
|
/classes/Hook.php:488
/classes/Hook.php:535 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:43 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:22 (execHookTaxManagerFactory)
/classes/Product.php:6581 (getManager)
/classes/Product.php:700 (getTaxesRate)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
1.064
ms
|
1411 |
|
|
/classes/Hook.php:1605
/classes/Hook.php:903 (getHookStatusByName)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 91 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 3
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.945
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/controllers/front/ProductController.php:868 (getSubCategories)
/controllers/front/ProductController.php:300 (assignCategory)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2026-05-31 00:00:00" AND date_to <= "2026-05-31 23:59:59") OR (date_from >= "2026-05-31 00:00:00" AND date_from <= "2026-05-31 23:59:59") OR (date_from < "2026-05-31 00:00:00" AND date_to > "2026-05-31 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.893
ms
|
553 |
|
|
/classes/CartRule.php:380
/classes/CartRule.php:412 (haveCartRuleToday)
/classes/Cart.php:3117 (getCustomerCartRules)
/classes/Cart.php:3443 (getDeliveryOptionList)
/classes/Cart.php:3522 (getDeliveryOption)
/src/Core/Cart/Fees.php:76 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:336 (processCalculation)
/src/Core/Cart/Calculator.php:137 (calculateFees)
/classes/Cart.php:2288 (processCalculation)
/modules/stripe_official/classes/services/StripeDisplayHeaderService.php:74 (getOrderTotal)
/modules/stripe_official/stripe_official.php:1244 (setHeaders)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE * FROM `ps_hbp_block` AS a INNER JOIN `ps_hbp_block_lang` AS b ON a.id=b.id WHERE a.hook="actionProductOutOfStock" AND active=1 AND b.id_lang=1 ORDER BY a.position |
0.862
ms
|
2 |
Yes
|
|
/modules/htmlboxpro/htmlboxpro.php:771
/modules/htmlboxpro/htmlboxpro.php:3307 (get_blocks)
/modules/htmlboxpro/htmlboxpro.php:3432 (generateHookContents)
/classes/Hook.php:1234 (hookactionProductOutOfStock)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:188 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:241 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:316 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2026-05-31 00:00:00" AND date_to <= "2026-05-31 23:59:59") OR (date_from >= "2026-05-31 00:00:00" AND date_from <= "2026-05-31 23:59:59") OR (date_from < "2026-05-31 00:00:00" AND date_to > "2026-05-31 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.862
ms
|
553 |
|
|
/classes/CartRule.php:380
/classes/CartRule.php:412 (haveCartRuleToday)
/classes/CartRule.php:593 (getCustomerCartRules)
/classes/Cart.php:541 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:310 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:61 (json_encode)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/77/fc/b7/77fcb79ddc3eb2347f2c480a673d22c86cdac45b_2.file.javascript.tpl.php:35 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c54423c51c1_43626522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/85/61/c6/8561c6c16744b12ffa34b13a33a9f3fdf19c7191_2.file.head.tpl.php:440 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/85/61/c6/8561c6c16744b12ffa34b13a33a9f3fdf19c7191_2.file.head.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544239b994_66222552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:174 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.835
ms
|
1411 |
|
|
/classes/Hook.php:1565
/classes/Hook.php:244 (getAllHookIds)
/classes/Hook.php:954 (getIdByName)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 253 |
SELECT SQL_NO_CACHE * FROM `ps_hbp_block` AS a INNER JOIN `ps_hbp_block_lang` AS b ON a.id=b.id WHERE a.hook="displayReassurance" AND active=1 AND b.id_lang=1 ORDER BY a.position |
0.816
ms
|
2 |
Yes
|
|
/modules/htmlboxpro/htmlboxpro.php:771
/modules/htmlboxpro/htmlboxpro.php:3307 (get_blocks)
/modules/htmlboxpro/htmlboxpro.php:3412 (generateHookContents)
/classes/Hook.php:1234 (hookdisplayReassurance)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:287 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.723
ms
|
59 |
Yes
|
Yes
|
/classes/Category.php:1158
/classes/Category.php:1098 (getChildren)
/controllers/front/ProductController.php:878 (getHomeCategories)
/controllers/front/ProductController.php:300 (assignCategory)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2927
AND image_shop.`cover` = 1 LIMIT 1 |
0.683
ms
|
3 |
|
|
/classes/Product.php:3293
/modules/ps_sharebuttons/ps_sharebuttons.php:190 (getCover)
/modules/ps_sharebuttons/ps_sharebuttons.php:169 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/55/31/45/553145da8ae2ae7529e0b7225c88b2b844e94e1e_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544303a8b9_51882716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:216 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:316 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 2927 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-05-31 21:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-31 21:32: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.599
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:707 (getPriceStatic)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.sewsweetly.com' OR su.domain_ssl = 'www.sewsweetly.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.497
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1372
/classes/shop/Shop.php:336 (findShopByHost)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 20 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.470
ms
|
40 |
Yes
|
|
/classes/Dispatcher.php:623
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 188 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-31 00:00:00',
INTERVAL 120 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2927) |
0.466
ms
|
1 |
|
|
/classes/ProductAssembler.php:50
/classes/ProductAssembler.php:169 (addMissingProductFields)
/modules/stripe_official/classes/factories/StripeProductLazyArrayFactory.php:69 (assembleProduct)
/modules/stripe_official/classes/services/StripeDisplayHeaderService.php:60 (createProductLazyArrayFromProductId)
/modules/stripe_official/stripe_official.php:1244 (setHeaders)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE ac.id_ets_abancart_campaign
FROM `ps_ets_abancart_campaign` ac
LEFT JOIN `ps_ets_abancart_campaign_country` `cc` ON cc.id_ets_abancart_campaign = ac.id_ets_abancart_campaign
LEFT JOIN `ps_ets_abancart_campaign_with_lang` `cl` ON cl.id_ets_abancart_campaign = ac.id_ets_abancart_campaign AND cl.id_lang=1
LEFT JOIN `ps_ets_abancart_campaign_group` `acg` ON ac.id_ets_abancart_campaign = acg.id_ets_abancart_campaign
LEFT JOIN `ps_group_shop` `gs` ON gs.id_group = acg.id_group AND gs.id_shop = 1
WHERE (ac.id_shop = 1) AND (ac.enabled = 1 AND ac.deleted = 0) AND (IF(ac.is_all_lang != 1, cl.id_ets_abancart_campaign is NOT NULL AND cl.id_lang=1, 1)) AND (ac.campaign_type != 'email') AND (ac.campaign_type != 'customer') AND (IF(ac.min_total_cart is NOT NULL AND ac.has_product_in_cart = 1, ac.min_total_cart <= 0, 1) AND IF(ac.max_total_cart is NOT NULL AND ac.has_product_in_cart = 1, ac.max_total_cart >= 0, 1)) AND (IF(ac.available_from is NOT NULL, ac.available_from <= '2026-05-31', 1) AND IF(ac.available_to is NOT NULL, ac.available_to >= '2026-05-31', 1)) AND (IF(ac.has_applied_voucher = 'both' OR (ac.has_applied_voucher = 'yes' AND 0 > 0) OR (ac.has_applied_voucher = 'no' AND 0 = 0), 1, 0)) AND (IF(ac.has_product_in_cart = 1, 0, 1)) AND (acg.id_group = 1) AND (ac.is_all_country = 1 OR cc.id_country = -1 OR cc.id_country=21)
GROUP BY ac.id_ets_abancart_campaign |
0.458
ms
|
1 |
|
Yes
|
/modules/ets_abandonedcart/classes/EtsAbancartCampaign.php:464
/modules/ets_abandonedcart/ets_abandonedcart.php:964 (getCampaignsFrontEnd)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-31 00:00:00',
INTERVAL 120 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (132,1405,3671,2890,123,4158) |
0.457
ms
|
6 |
|
|
/classes/ProductAssembler.php:81
/classes/ProductAssembler.php:191 (addMissingProductFieldsForMultipleProducts)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 4158 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-05-31 21:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-31 21:32:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.457
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE *,
( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 2927 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-05-31 21:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-31 21:32:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
0.452
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:602
/controllers/front/ProductController.php:540 (getQuantityDiscounts)
/controllers/front/ProductController.php:306 (assignPriceAndTax)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (132) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.439
ms
|
1 |
Yes
|
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:100 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:226 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4158) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.431
ms
|
1 |
Yes
|
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:100 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:226 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.423
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:696
/classes/shop/Shop.php:755 (cacheShops)
/classes/Configuration.php:280 (getShops)
/classes/shop/Shop.php:379 (getMultiShopValues)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 100 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2927 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2927 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.422
ms
|
0 |
|
|
/classes/Cart.php:1625
/controllers/front/ProductController.php:1188 (getProductQuantity)
/controllers/front/ProductController.php:316 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.410
ms
|
11 |
|
|
/classes/CartRule.php:446
/classes/Cart.php:3117 (getCustomerCartRules)
/classes/Cart.php:3443 (getDeliveryOptionList)
/classes/Cart.php:3522 (getDeliveryOption)
/src/Core/Cart/Fees.php:76 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:336 (processCalculation)
/src/Core/Cart/Calculator.php:137 (calculateFees)
/classes/Cart.php:2288 (processCalculation)
/modules/stripe_official/classes/services/StripeDisplayHeaderService.php:74 (getOrderTotal)
/modules/stripe_official/stripe_official.php:1244 (setHeaders)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (123) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.406
ms
|
1 |
Yes
|
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:100 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:226 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.404
ms
|
63 |
|
|
/classes/module/Module.php:325
/modules/blackholebots/classes/blackholebots.php:54 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/classes/Hook.php:1105 (getInstanceByName)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 61 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2927) AND (b.`id_shop` = 1) LIMIT 1 |
0.393
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.386
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/shop/Shop.php:126 (__construct)
/classes/shop/Shop.php:412 (__construct)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 158 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4158 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4158 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.385
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2927 |
0.383
ms
|
1 |
|
|
/classes/Product.php:7233
/controllers/front/ProductController.php:808 (getAttributesInformationsByProduct)
/controllers/front/ProductController.php:309 (assignAttributesCombinations)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2890 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2890 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.382
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1405 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1405 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.379
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 3671 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-05-31 21:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-31 21:32: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.377
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2890) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.376
ms
|
1 |
Yes
|
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:100 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:226 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3671) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.373
ms
|
1 |
Yes
|
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:100 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:226 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 132 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-05-31 21:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-31 21:32: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.373
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1405 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-05-31 21:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-31 21:32: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.371
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1405) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.363
ms
|
1 |
Yes
|
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:100 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:226 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3671 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3671 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.352
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.346
ms
|
63 |
|
|
/classes/module/Module.php:325
/modules/ets_abandonedcart/ets_abandonedcart.php:90 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/classes/Hook.php:1105 (getInstanceByName)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 140 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 2890 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-05-31 21:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-31 21:32: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.344
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND (cr.`quantity` > 0 OR cr.`quantity` is null) AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
0.339
ms
|
2 |
|
|
/classes/CartRule.php:446
/classes/CartRule.php:593 (getCustomerCartRules)
/classes/Cart.php:541 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:310 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:61 (json_encode)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/77/fc/b7/77fcb79ddc3eb2347f2c480a673d22c86cdac45b_2.file.javascript.tpl.php:35 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c54423c51c1_43626522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/85/61/c6/8561c6c16744b12ffa34b13a33a9f3fdf19c7191_2.file.head.tpl.php:440 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/85/61/c6/8561c6c16744b12ffa34b13a33a9f3fdf19c7191_2.file.head.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544239b994_66222552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:174 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 132 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 132 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.338
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 123 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-05-31 21:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-31 21:32: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.336
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.334
ms
|
63 |
|
|
/classes/module/Module.php:325
/modules/stripe_official/stripe_official.php:310 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/classes/Hook.php:1105 (getInstanceByName)
/classes/controller/FrontController.php:202 (exec)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2927 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2927 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.331
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/controllers/front/ProductController.php:1204 (getProductProperties)
/controllers/front/ProductController.php:316 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 132) AND (b.`id_shop` = 1) LIMIT 1 |
0.329
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/controllers/front/ProductController.php:363 (present)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4158) AND (b.`id_shop` = 1) LIMIT 1 |
0.327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/controllers/front/ProductController.php:363 (present)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.322
ms
|
1 |
|
|
/classes/shop/Shop.php:195
/classes/shop/Shop.php:129 (setUrl)
/classes/shop/Shop.php:412 (__construct)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 18 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.321
ms
|
63 |
|
|
/classes/module/Module.php:325
/modules/ssoconnect/ssoconnect.php:23 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/classes/Hook.php:1105 (getInstanceByName)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 89 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 2) LIMIT 1 |
0.312
ms
|
1 |
|
|
/classes/Category.php:1960
/classes/Category.php:1983 (getInterval)
/controllers/front/ProductController.php:860 (inShop)
/controllers/front/ProductController.php:300 (assignCategory)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 123
ORDER BY `position` |
0.311
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/controllers/front/ProductController.php:363 (present)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 123) AND (b.`id_shop` = 1) LIMIT 1 |
0.305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/controllers/front/ProductController.php:363 (present)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 123 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 123 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.303
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2890) AND (b.`id_shop` = 1) LIMIT 1 |
0.293
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/controllers/front/ProductController.php:363 (present)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2927
ORDER BY `position` |
0.286
ms
|
3 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:80 (__construct)
/controllers/front/ProductController.php:1227 (present)
/controllers/front/ProductController.php:316 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2927
AND DATEDIFF("2026-05-31 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
0.278
ms
|
0 |
|
|
/classes/Product.php:1686
/src/Adapter/Presenter/Product/ProductLazyArray.php:653 (isNewStatic)
/src/Adapter/Presenter/Product/ProductLazyArray.php:722 (getNew)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getFlags)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/f3/82/62/f382629091d06266aff12dce8490da779c98c60b_2.file.product-flags.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/f3/82/62/f382629091d06266aff12dce8490da779c98c60b_2.file.product-flags.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442e9fca4_09792338)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:137 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:311 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 15) AND (a0.`nright` > 16) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.274
ms
|
8 |
|
|
/classes/PrestaShopCollection.php:361
/classes/PrestaShopCollection.php:418 (getAll)
/controllers/front/ProductController.php:1392 (rewind)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/modules/zonemegamenu/zonemegamenu.php:1550 (getBreadcrumb)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 15) AND (a0.`nright` > 16) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.268
ms
|
8 |
|
|
/classes/PrestaShopCollection.php:361
/classes/PrestaShopCollection.php:418 (getAll)
/controllers/front/ProductController.php:1392 (rewind)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:550 (getBreadcrumb)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE e.*, el.`title`, el.`content`
FROM `ps_zproduct_extra_field` e
LEFT JOIN `ps_zproduct_extra_field_lang` el
ON (el.`id_zproduct_extra_field` = e.`id_zproduct_extra_field` AND el.`id_lang` = 1)
WHERE e.`id_shop` = 1 AND e.`active` = 1
ORDER BY e.position |
0.267
ms
|
8 |
Yes
|
|
/modules/zoneproductadditional/classes/ZProductExtraField.php:263
/modules/zoneproductadditional/zoneproductadditional.php:839 (getFieldsByProductId)
/classes/Hook.php:1234 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/src/Adapter/HookManager.php:61 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:51 (exec)
/src/Core/Product/ProductExtraContentFinder.php:37 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:83 (find)
/controllers/front/ProductController.php:1199 (present)
/controllers/front/ProductController.php:316 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.266
ms
|
1 |
|
|
/classes/Language.php:1184
/classes/Language.php:1488 (countActiveLanguages)
/classes/Dispatcher.php:489 (isMultiLanguageActivated)
/classes/Dispatcher.php:222 (setRequestUri)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 161 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1405) AND (b.`id_shop` = 1) LIMIT 1 |
0.263
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/controllers/front/ProductController.php:363 (present)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.262
ms
|
1 |
|
|
/classes/Language.php:1050
/config/config.inc.php:132 (loadLanguages)
/index.php:20 (require_once)
|
| 68 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.262
ms
|
1 |
|
|
/classes/SpecificPrice.php:413
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:707 (getPriceStatic)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2927
AND DATEDIFF("2026-05-31 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
0.258
ms
|
0 |
|
|
/classes/Product.php:1686
/classes/Product.php:1665 (isNewStatic)
/classes/Product.php:702 (isNew)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.258
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b0/fc/a3/b0fca3ad6b167cb250a052177ca3a3be3f33bfe5_2.file.footer.tpl.php:87 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b0/fc/a3/b0fca3ad6b167cb250a052177ca3a3be3f33bfe5_2.file.footer.tpl.php:150 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b0/fc/a3/b0fca3ad6b167cb250a052177ca3a3be3f33bfe5_2.file.footer.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c54430b3b41_99271640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:447 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:122 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
0.258
ms
|
1 |
|
|
/classes/Category.php:2227
/classes/Category.php:1125 (getCategoriesWithoutParent)
/classes/Category.php:1577 (getRootCategory)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:63 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:108 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:216 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2927
ORDER BY `position` |
0.256
ms
|
3 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:80 (__construct)
/modules/stripe_official/classes/factories/StripeProductLazyArrayFactory.php:52 (present)
/modules/stripe_official/classes/factories/StripeProductLazyArrayFactory.php:75 (createProductLazyArrayFromArray)
/modules/stripe_official/classes/services/StripeDisplayHeaderService.php:60 (createProductLazyArrayFromProductId)
/modules/stripe_official/stripe_official.php:1244 (setHeaders)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3671) AND (b.`id_shop` = 1) LIMIT 1 |
0.254
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/controllers/front/ProductController.php:363 (present)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 132
ORDER BY `position` |
0.250
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/controllers/front/ProductController.php:363 (present)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1405
ORDER BY `position` |
0.249
ms
|
2 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/controllers/front/ProductController.php:363 (present)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 258 |
INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') |
0.246
ms
|
1 |
|
|
/classes/ObjectModel.php:524
/classes/ObjectModel.php:469 (add)
/classes/Guest.php:236 (save)
/modules/statsdata/statsdata.php:82 (setNewGuest)
/modules/statsdata/statsdata.php:73 (getScriptPlugins)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1 |
0.244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/config/config.inc.php:135 (__construct)
/index.php:20 (require_once)
|
| 87 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2927) AND (b.`id_shop` = 1) LIMIT 1 |
0.242
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/controllers/front/ProductController.php:276 (getCategoryLink)
/controllers/front/ProductController.php:155 (initializeCategory)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 1) LIMIT 1 |
0.241
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Manufacturer.php:91 (__construct)
/controllers/front/ProductController.php:837 (__construct)
/controllers/front/ProductController.php:303 (assignManufacturer)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 15 AND c.`nright` >= 16 AND c.`nleft` >= 2 AND c.`nright` <= 117 ORDER BY `nleft` DESC |
0.240
ms
|
8 |
|
|
/classes/Category.php:1597
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:63 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:108 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:216 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 86 |
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` = 2927 AND ctg.`id_group` = 1 LIMIT 1 |
0.238
ms
|
3 |
|
|
/classes/Product.php:6508
/classes/Product.php:6489 (checkAccessStatic)
/controllers/front/ProductController.php:250 (checkAccess)
/controllers/front/ProductController.php:152 (checkPermissionsToViewProduct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 79 |
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`=2927 |
0.234
ms
|
9 |
|
|
/classes/Tag.php:219
/classes/Product.php:708 (getProductTags)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3671
ORDER BY `position` |
0.233
ms
|
3 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/controllers/front/ProductController.php:363 (present)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
0.233
ms
|
7 |
Yes
|
|
/classes/Currency.php:667
/classes/Currency.php:649 (findAll)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:303 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:341 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442e0c573_21430157)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_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/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE e.*, el.`title`, el.`content`
FROM `ps_zproduct_extra_field` e
LEFT JOIN `ps_zproduct_extra_field_lang` el
ON (el.`id_zproduct_extra_field` = e.`id_zproduct_extra_field` AND el.`id_lang` = 1)
WHERE e.`id_shop` = 1 AND e.`active` = 1
ORDER BY e.position |
0.225
ms
|
8 |
Yes
|
|
/modules/zoneproductadditional/classes/ZProductExtraField.php:263
/modules/zoneproductadditional/zoneproductadditional.php:857 (getFieldsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:880 (preProcessProductAdditional)
/classes/Hook.php:1234 (hookDisplayProductAdditionalInfo2)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:263 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:316 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 4) LIMIT 1 |
0.224
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.224
ms
|
1 |
|
|
/classes/Cart.php:4360
/classes/Cart.php:4341 (hasProducts)
/classes/Cart.php:2223 (isVirtualCart)
/modules/stripe_official/classes/services/StripeDisplayHeaderService.php:74 (getOrderTotal)
/modules/stripe_official/stripe_official.php:1244 (setHeaders)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4158
ORDER BY `position` |
0.221
ms
|
3 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/controllers/front/ProductController.php:363 (present)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2026-05-31 00:00:00' AND '2026-05-31 23:59:59' LIMIT 1 |
0.220
ms
|
6 |
|
|
/classes/SpecificPrice.php:364
/classes/SpecificPrice.php:535 (computeExtraConditions)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:707 (getPriceStatic)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE e.*, el.`title`, el.`content`
FROM `ps_zproduct_extra_field` e
LEFT JOIN `ps_zproduct_extra_field_lang` el
ON (el.`id_zproduct_extra_field` = e.`id_zproduct_extra_field` AND el.`id_lang` = 1)
WHERE e.`id_shop` = 1 AND e.`active` = 1
ORDER BY e.position |
0.219
ms
|
8 |
Yes
|
|
/modules/zoneproductadditional/classes/ZProductExtraField.php:263
/modules/zoneproductadditional/zoneproductadditional.php:857 (getFieldsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:897 (preProcessProductAdditional)
/classes/Hook.php:1234 (hookDisplayProduct3rdColumn)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:302 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.218
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/controllers/front/ProductController.php:288 (__construct)
/controllers/front/ProductController.php:155 (initializeCategory)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `suppliers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.218
ms
|
9 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:349 (getImagesTypes)
/classes/controller/FrontController.php:1572 (getNoPictureImage)
/classes/controller/FrontController.php:1724 (getTemplateVarUrls)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.216
ms
|
5712 |
|
|
/classes/SpecificPrice.php:284
/classes/SpecificPrice.php:347 (filterOutField)
/classes/SpecificPrice.php:535 (computeExtraConditions)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:707 (getPriceStatic)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 14119233
AND `date_add` > '2026-05-31 21:02:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.214
ms
|
1 |
Yes
|
|
/classes/Connection.php:148
/classes/Connection.php:77 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2890
ORDER BY `position` |
0.211
ms
|
3 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/controllers/front/ProductController.php:363 (present)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.205
ms
|
7 |
Yes
|
|
/classes/Currency.php:688
/src/Adapter/Currency/CurrencyDataProvider.php:64 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:69 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 155 |
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 = 1)
WHERE (p.`id_product` = 4158) |
0.204
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE e.*, el.`title`, el.`content`
FROM `ps_zproduct_extra_field` e
LEFT JOIN `ps_zproduct_extra_field_lang` el
ON (el.`id_zproduct_extra_field` = e.`id_zproduct_extra_field` AND el.`id_lang` = 1)
WHERE e.`id_shop` = 1 AND e.`active` = 1
ORDER BY e.position |
0.204
ms
|
8 |
Yes
|
|
/modules/zoneproductadditional/classes/ZProductExtraField.php:263
/modules/zoneproductadditional/zoneproductadditional.php:857 (getFieldsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:914 (preProcessProductAdditional)
/classes/Hook.php:1234 (hookDisplayAfterProductThumbs2)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:311 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:158
/classes/shop/ShopUrl.php:178 (cacheMainDomainForShop)
/classes/Tools.php:272 (getMainShopDomain)
/classes/Link.php:45 (getShopDomain)
/config/config.inc.php:266 (__construct)
/index.php:20 (require_once)
|
| 75 |
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 = 1)
WHERE (p.`id_product` = 2927) |
0.201
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:707 (getPriceStatic)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1 |
0.200
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.199
ms
|
93 |
|
|
/classes/Hook.php:364
/classes/Hook.php:151 (getCanonicalHookNames)
/classes/Hook.php:391 (normalizeHookName)
/classes/Hook.php:413 (getAllKnownNames)
/classes/Hook.php:1116 (isHookCallableOn)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 115 |
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` = 4158 AND ctg.`id_group` = 1 LIMIT 1 |
0.199
ms
|
4 |
|
|
/classes/Product.php:6508
/classes/Product.php:4487 (checkAccessStatic)
/controllers/front/ProductController.php:359 (getAccessories)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 234 |
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`=2927 |
0.198
ms
|
9 |
|
|
/classes/Tag.php:219
/classes/Product.php:708 (getProductTags)
/modules/htmlboxpro/htmlboxpro.php:3291 (__construct)
/modules/htmlboxpro/htmlboxpro.php:3432 (generateHookContents)
/classes/Hook.php:1234 (hookactionProductOutOfStock)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:188 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:241 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:316 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_legalcompliance"
AND ms.`id_shop` IN (1) LIMIT 1 |
0.194
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:188
/src/Core/Module/ModuleManager.php:301 (isEnabled)
/modules/zonethememanager/zonethememanager.php:2050 (isEnabled)
/classes/Hook.php:1234 (hookActionFrontControllerSetVariables)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:559 (exec)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_orders` o
LEFT JOIN `ps_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 41646 LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/order/Order.php:868
/classes/CartRule.php:473 (getDiscountsCustomer)
/classes/CartRule.php:593 (getCustomerCartRules)
/classes/Cart.php:541 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:310 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:61 (json_encode)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/77/fc/b7/77fcb79ddc3eb2347f2c480a673d22c86cdac45b_2.file.javascript.tpl.php:35 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c54423c51c1_43626522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/85/61/c6/8561c6c16744b12ffa34b13a33a9f3fdf19c7191_2.file.head.tpl.php:440 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/85/61/c6/8561c6c16744b12ffa34b13a33a9f3fdf19c7191_2.file.head.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544239b994_66222552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:174 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.193
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:1129 (__construct)
/classes/Category.php:1577 (getRootCategory)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:63 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:108 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:216 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.192
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/classes/Currency.php:1069 (__construct)
/classes/Tools.php:688 (getCurrencyInstance)
/classes/controller/FrontController.php:332 (setCurrency)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.192
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/config/config.inc.php:200 (__construct)
/index.php:20 (require_once)
|
| 84 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2927 |
0.191
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/controllers/front/ProductController.php:66 (hasCombinations)
/controllers/front/ProductController.php:143 (canonicalRedirection)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `manufacturers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.191
ms
|
9 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:194 (getImagesTypes)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:77 (getImage)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getImage)
/controllers/front/ProductController.php:842 (offsetGet)
/controllers/front/ProductController.php:303 (assignManufacturer)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 2927) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:558
/classes/Product.php:7538 (outOfStock)
/classes/Product.php:710 (loadStockData)
/modules/htmlboxpro/htmlboxpro.php:3291 (__construct)
/modules/htmlboxpro/htmlboxpro.php:3432 (generateHookContents)
/classes/Hook.php:1234 (hookactionProductOutOfStock)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:188 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:241 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:316 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_sharebuttons" LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/55/31/45/553145da8ae2ae7529e0b7225c88b2b844e94e1e_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544303a8b9_51882716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:216 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:316 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.189
ms
|
9 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:349 (getImagesTypes)
/classes/controller/FrontController.php:1572 (getNoPictureImage)
/classes/controller/FrontController.php:1724 (getTemplateVarUrls)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Group.php:61 (__construct)
/classes/Group.php:385 (__construct)
/classes/Cart.php:262 (getCurrent)
/classes/Cart.php:226 (setTaxCalculationMethod)
/classes/controller/FrontController.php:441 (__construct)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:303 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:341 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442e0c573_21430157)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_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/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.187
ms
|
93 |
|
|
/classes/Hook.php:312
/classes/Hook.php:343 (getAllHookAliases)
/classes/Hook.php:818 (getHookAliasesFor)
/classes/Hook.php:945 (getHookModuleExecList)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 213 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 5) LIMIT 1 |
0.186
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/classes/Currency.php:1069 (__construct)
/classes/Currency.php:746 (getCurrencyInstance)
/classes/Currency.php:648 (addCldrDatasToCurrency)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:303 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:341 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442e0c573_21430157)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_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/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2927
AND DATEDIFF("2026-05-31 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/Product.php:1686
/classes/Product.php:1665 (isNewStatic)
/classes/Product.php:702 (isNew)
/modules/htmlboxpro/htmlboxpro.php:3284 (__construct)
/modules/htmlboxpro/htmlboxpro.php:3412 (generateHookContents)
/classes/Hook.php:1234 (hookdisplayReassurance)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:287 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 250 |
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`=2927 |
0.182
ms
|
9 |
|
|
/classes/Tag.php:219
/classes/Product.php:708 (getProductTags)
/modules/htmlboxpro/htmlboxpro.php:3291 (__construct)
/modules/htmlboxpro/htmlboxpro.php:3412 (generateHookContents)
/classes/Hook.php:1234 (hookdisplayReassurance)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:287 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 5) LIMIT 1 |
0.181
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4158 LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
0.180
ms
|
7 |
|
|
/classes/Currency.php:1100
/classes/Currency.php:1119 (countActiveCurrencies)
/classes/module/Module.php:2348 (isMultiCurrencyActivated)
/modules/zonecolorsfonts/zonecolorsfonts.php:534 (getCacheId)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "onepagecheckoutps" LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/modules/rcpgtagmanager/src/PSModule/ModuleDetector/AbstractModuleDetector.php:70 (isEnabled)
/modules/rcpgtagmanager/src/PSModule/ModuleDetector/AbstractModuleDetector.php:39 (detectByController)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:170 (getCheckoutModule)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:159 (getCheckoutModule)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:66 (getModuleData)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:54 (setContextData)
/modules/rcpgtagmanager/src/PSModule/ModuleServiceFactoryPS9.php:78 (__construct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:57 (getContextService)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:39 (getConfiguration)
/modules/rcpgtagmanager/rcpgtagmanager.php:197 (exec)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `stores` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.177
ms
|
9 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:349 (getImagesTypes)
/classes/controller/FrontController.php:1572 (getNoPictureImage)
/classes/controller/FrontController.php:1724 (getTemplateVarUrls)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 148 |
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 = 1)
WHERE (p.`id_product` = 123) |
0.177
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/Country.php:173
/classes/controller/FrontController.php:917 (getByIso)
/classes/controller/FrontController.php:282 (geolocationManagement)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2927 |
0.175
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/controllers/front/ProductController.php:1033 (hasCombinations)
/controllers/front/ProductController.php:538 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:306 (assignPriceAndTax)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 7) LIMIT 1 |
0.174
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2927 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:707 (getPriceStatic)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2927 |
0.174
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/controllers/front/ProductController.php:1033 (hasCombinations)
/controllers/front/ProductController.php:1181 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:316 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 110 |
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` = 132 AND ctg.`id_group` = 1 LIMIT 1 |
0.174
ms
|
2 |
|
|
/classes/Product.php:6508
/classes/Product.php:4487 (checkAccessStatic)
/controllers/front/ProductController.php:359 (getAccessories)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/shop/Shop.php:1191
/classes/Currency.php:948 (isFeatureActive)
/classes/Currency.php:870 (getIdByQuery)
/src/Adapter/Currency/CurrencyDataProvider.php:72 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.170
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM ps_shop s |
0.170
ms
|
1 |
|
|
/classes/shop/Shop.php:902
/src/Adapter/Configuration.php:363 (getGroupIdFromShopId)
/src/Adapter/Configuration.php:99 (getShopGroupId)
/classes/tax/TaxRulesTaxManager.php:60 (get)
/classes/Product.php:6582 (getTaxCalculator)
/classes/Product.php:700 (getTaxesRate)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4158) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 6) LIMIT 1 |
0.169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 246 |
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`=2927 |
0.169
ms
|
9 |
|
|
/classes/Tag.php:219
/classes/Product.php:708 (getProductTags)
/modules/htmlboxpro/htmlboxpro.php:3284 (__construct)
/modules/htmlboxpro/htmlboxpro.php:3412 (generateHookContents)
/classes/Hook.php:1234 (hookdisplayReassurance)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:287 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.167
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2927) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:7537 (getQuantityAvailableByProduct)
/classes/Product.php:710 (loadStockData)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/Language.php:850
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 3 LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/Category.php:1376
/classes/Product.php:717 (getLinkRewrite)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.159
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/shop/Shop.php:542 (__construct)
/config/config.inc.php:160 (getGroup)
/index.php:20 (require_once)
|
| 28 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Language.php:850
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:94 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 2927 |
0.159
ms
|
3 |
|
|
/classes/Product.php:3143
/modules/zoneproductadditional/classes/ZProductExtraField.php:265 (getProductCategories)
/modules/zoneproductadditional/zoneproductadditional.php:839 (getFieldsByProductId)
/classes/Hook.php:1234 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/src/Adapter/HookManager.php:61 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:51 (exec)
/src/Core/Product/ProductExtraContentFinder.php:37 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:83 (find)
/controllers/front/ProductController.php:1199 (present)
/controllers/front/ProductController.php:316 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 7 AND `id_object` = 2927 LIMIT 1 |
0.159
ms
|
2 |
|
|
/classes/Page.php:63
/classes/Connection.php:160 (getCurrentId)
/classes/Connection.php:77 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_orders` o
LEFT JOIN `ps_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 41644 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/order/Order.php:868
/classes/CartRule.php:473 (getDiscountsCustomer)
/classes/CartRule.php:593 (getCustomerCartRules)
/classes/Cart.php:541 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:310 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:61 (json_encode)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/77/fc/b7/77fcb79ddc3eb2347f2c480a673d22c86cdac45b_2.file.javascript.tpl.php:35 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c54423c51c1_43626522)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/85/61/c6/8561c6c16744b12ffa34b13a33a9f3fdf19c7191_2.file.head.tpl.php:440 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/85/61/c6/8561c6c16744b12ffa34b13a33a9f3fdf19c7191_2.file.head.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544239b994_66222552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:174 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.157
ms
|
1 |
|
|
/classes/module/Module.php:2168
/classes/Hook.php:1043 (getExceptionsStatic)
/classes/Dispatcher.php:327 (exec)
/index.php:66 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.155
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Group.php:61 (__construct)
/classes/Group.php:385 (__construct)
/classes/Cart.php:262 (getCurrent)
/classes/Cart.php:226 (setTaxCalculationMethod)
/classes/controller/FrontController.php:441 (__construct)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE name FROM ps_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3 LIMIT 1 |
0.155
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:100 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:226 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2927
AND DATEDIFF("2026-05-31 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/Product.php:1686
/classes/Product.php:1665 (isNewStatic)
/classes/Product.php:702 (isNew)
/modules/htmlboxpro/htmlboxpro.php:3291 (__construct)
/modules/htmlboxpro/htmlboxpro.php:3432 (generateHookContents)
/classes/Hook.php:1234 (hookactionProductOutOfStock)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:188 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:241 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:316 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'product' LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Page.php:80
/classes/Page.php:35 (getPageTypeByName)
/classes/Connection.php:160 (getCurrentId)
/classes/Connection.php:77 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.151
ms
|
9 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:194 (getImagesTypes)
/src/Adapter/Image/ImageRetriever.php:82 (getImage)
:undefined ({closure:PrestaShop\PrestaShop\Adapter\Image\ImageRetriever::getAllProductImages():75})
/src/Adapter/Image/ImageRetriever.php:75 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:80 (__construct)
/controllers/front/ProductController.php:1227 (present)
/controllers/front/ProductController.php:316 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 141 |
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 = 1)
WHERE (p.`id_product` = 2890) |
0.151
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE name FROM ps_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3 LIMIT 1 |
0.151
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/13/1e/bc/131ebc9ef852ef8162fe41f5c5bf225862dcc169_2.file.product-jsonld.tpl.php:50 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442def745_43517508)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:105 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/85/61/c6/8561c6c16744b12ffa34b13a33a9f3fdf19c7191_2.file.head.tpl.php:301 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/85/61/c6/8561c6c16744b12ffa34b13a33a9f3fdf19c7191_2.file.head.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544239b994_66222552)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:174 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2927
AND DATEDIFF("2026-05-31 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/Product.php:1686
/classes/Product.php:1665 (isNewStatic)
/classes/Product.php:702 (isNew)
/modules/htmlboxpro/htmlboxpro.php:3291 (__construct)
/modules/htmlboxpro/htmlboxpro.php:3412 (generateHookContents)
/classes/Hook.php:1234 (hookdisplayReassurance)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:287 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE *
FROM `ps_zthememanager_lang`
WHERE `id_zthememanager` = 1 |
0.149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/zonethememanager/classes/ZManager.php:78 (__construct)
/modules/zonethememanager/classes/ZManager.php:185 (__construct)
/modules/zonethememanager/zonethememanager.php:1955 (getSettingsByShop)
/classes/Hook.php:1234 (hookActionFrontControllerSetVariables)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:559 (exec)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 262 |
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('14119233', '3348', '3628718293', '', '1', '1', '2026-05-31 21:32:32') |
0.148
ms
|
1 |
|
|
/classes/ObjectModel.php:524
/classes/Connection.php:168 (add)
/classes/Connection.php:77 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 1
AND `active` = 1 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Manufacturer.php:286
/classes/Product.php:693 (getNameById)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 134 |
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 = 1)
WHERE (p.`id_product` = 3671) |
0.146
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2890 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE id_zthememanager
FROM `ps_zthememanager` m
WHERE m.`id_shop` = 1 LIMIT 1 |
0.146
ms
|
1 |
|
|
/modules/zonethememanager/classes/ZManager.php:182
/modules/zonethememanager/zonethememanager.php:1955 (getSettingsByShop)
/classes/Hook.php:1234 (hookActionFrontControllerSetVariables)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:559 (exec)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_category_shop`
WHERE `id_category` = 3
AND id_shop = 1 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/controllers/front/ProductController.php:860 (isAssociatedToShop)
/controllers/front/ProductController.php:300 (assignCategory)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 111 |
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` = 1405 AND ctg.`id_group` = 1 LIMIT 1 |
0.146
ms
|
3 |
|
|
/classes/Product.php:6508
/classes/Product.php:4487 (checkAccessStatic)
/controllers/front/ProductController.php:359 (getAccessories)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 132) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 2 |
0.145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/classes/Currency.php:1069 (__construct)
/classes/Tools.php:688 (getCurrencyInstance)
/classes/controller/FrontController.php:332 (setCurrency)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "pm_advancedsearch4"
AND ms.`id_shop` IN (1) LIMIT 1 |
0.145
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:188
/src/Core/Module/ModuleManager.php:301 (isEnabled)
/modules/zonethememanager/zonethememanager.php:2051 (isEnabled)
/classes/Hook.php:1234 (hookActionFrontControllerSetVariables)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:559 (exec)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Country.php:173
/classes/controller/FrontController.php:936 (getByIso)
/classes/controller/FrontController.php:282 (geolocationManagement)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 21 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/AddressFormat.php:629
/classes/AddressFormat.php:608 (getFormatDB)
/classes/AddressFormat.php:593 (getFormat)
/classes/AddressFormat.php:540 (getAddressCountryFormat)
/classes/AddressFormat.php:416 (getOrderedAddressFields)
/classes/controller/FrontController.php:1744 (generateAddress)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:303 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:341 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442e0c573_21430157)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_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/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/config/config.inc.php:205 (isAssociatedToShop)
/index.php:20 (require_once)
|
| 117 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 132 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 123 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Language.php:850
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:94 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2927 AND `id_group` = 1 LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:707 (getPriceStatic)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 112 |
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` = 3671 AND ctg.`id_group` = 1 LIMIT 1 |
0.141
ms
|
2 |
|
|
/classes/Product.php:6508
/classes/Product.php:4487 (checkAccessStatic)
/controllers/front/ProductController.php:359 (getAccessories)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_product_shop`
WHERE `id_product` = 2927
AND id_shop = 1 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/controllers/front/ProductController.php:177 (isAssociatedToShop)
/controllers/front/ProductController.php:152 (checkPermissionsToViewProduct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1 |
0.140
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/AddressFormat.php:382 (__construct)
/classes/AddressFormat.php:417 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1744 (generateAddress)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE DISTINCT `id_feature_value` FROM `ps_feature_product`
WHERE `id_product` = 2927 |
0.139
ms
|
1 |
|
|
/modules/zoneproductadditional/classes/ZProductExtraField.php:237
/modules/zoneproductadditional/classes/ZProductExtraField.php:268 (getFeatureIdsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:857 (getFieldsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:897 (preProcessProductAdditional)
/classes/Hook.php:1234 (hookDisplayProduct3rdColumn)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:302 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3671) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE name FROM ps_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3 LIMIT 1 |
0.138
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:100 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:226 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE DISTINCT `id_supplier` FROM `ps_product_supplier`
WHERE `id_product_attribute` = 0 AND `id_product` = 2927 |
0.137
ms
|
1 |
|
|
/modules/zoneproductadditional/classes/ZProductExtraField.php:220
/modules/zoneproductadditional/classes/ZProductExtraField.php:267 (getSupplierIdsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:857 (getFieldsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:897 (preProcessProductAdditional)
/classes/Hook.php:1234 (hookDisplayProduct3rdColumn)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:302 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE DISTINCT `id_supplier` FROM `ps_product_supplier`
WHERE `id_product_attribute` = 0 AND `id_product` = 2927 |
0.137
ms
|
1 |
|
|
/modules/zoneproductadditional/classes/ZProductExtraField.php:220
/modules/zoneproductadditional/classes/ZProductExtraField.php:267 (getSupplierIdsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:857 (getFieldsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:880 (preProcessProductAdditional)
/classes/Hook.php:1234 (hookDisplayProductAdditionalInfo2)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:263 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:316 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE id_address FROM ps_blackholebots_blacklist WHERE address = '216.73.216.213' LIMIT 1 |
0.136
ms
|
0 |
|
|
/modules/blackholebots/model/blacklist.php:44
/modules/blackholebots/classes/blackholebots.php:250 (inBlacklist)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3671 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 127 |
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 = 1)
WHERE (p.`id_product` = 1405) |
0.135
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2026-05-31 00:00:00' AND '2026-05-31 23:59:59' LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/SpecificPrice.php:368
/classes/SpecificPrice.php:535 (computeExtraConditions)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:707 (getPriceStatic)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2890) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'AUD') LIMIT 1 |
0.133
ms
|
7 |
|
|
/classes/Currency.php:873
/src/Adapter/Currency/CurrencyDataProvider.php:72 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'INR') LIMIT 1 |
0.133
ms
|
7 |
|
|
/classes/Currency.php:873
/src/Adapter/Currency/CurrencyDataProvider.php:72 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 4) LIMIT 1 |
0.133
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/classes/Currency.php:1069 (__construct)
/classes/Currency.php:746 (getCurrencyInstance)
/classes/Currency.php:648 (addCldrDatasToCurrency)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:303 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:341 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442e0c573_21430157)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_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/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 0 LIMIT 1 |
0.131
ms
|
0 |
|
|
/classes/Supplier.php:220
/classes/Product.php:694 (getNameById)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 2927) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:558
/classes/Product.php:7538 (outOfStock)
/classes/Product.php:710 (loadStockData)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2927 AND id_shop=1 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/Product.php:6551
/classes/Product.php:3671 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:707 (getPriceStatic)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE `content`
FROM `ps_zcolorsfonts` m
WHERE m.`id_shop` = 1 LIMIT 1 |
0.130
ms
|
1 |
|
|
/modules/zonethememanager/classes/ZManager.php:196
/modules/zonethememanager/zonethememanager.php:1960 (getStyleClassesByShop)
/classes/Hook.php:1234 (hookActionFrontControllerSetVariables)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:559 (exec)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2927) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:586
/classes/Product.php:7539 (getLocation)
/classes/Product.php:710 (loadStockData)
/modules/htmlboxpro/htmlboxpro.php:3291 (__construct)
/modules/htmlboxpro/htmlboxpro.php:3432 (generateHookContents)
/classes/Hook.php:1234 (hookactionProductOutOfStock)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:188 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:241 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:316 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 120 |
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 = 1)
WHERE (p.`id_product` = 132) |
0.129
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3671
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1405 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE name FROM ps_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3 LIMIT 1 |
0.129
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:100 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:226 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2927
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:707 (getPriceStatic)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2927) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:586
/classes/Product.php:7539 (getLocation)
/classes/Product.php:710 (loadStockData)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 123) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE `id_manufacturer` FROM `ps_product`
WHERE `id_product` = 2927 LIMIT 1 |
0.127
ms
|
1 |
|
|
/modules/zoneproductadditional/classes/ZProductExtraField.php:213
/modules/zoneproductadditional/classes/ZProductExtraField.php:266 (getManufacturerIdByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:857 (getFieldsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:914 (preProcessProductAdditional)
/classes/Hook.php:1234 (hookDisplayAfterProductThumbs2)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:311 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 113 |
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` = 2890 AND ctg.`id_group` = 1 LIMIT 1 |
0.126
ms
|
3 |
|
|
/classes/Product.php:6508
/classes/Product.php:4487 (checkAccessStatic)
/controllers/front/ProductController.php:359 (getAccessories)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 3 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/Category.php:1587
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:63 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:108 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:216 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE name FROM ps_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3 LIMIT 1 |
0.125
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:100 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:226 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE DISTINCT `id_supplier` FROM `ps_product_supplier`
WHERE `id_product_attribute` = 0 AND `id_product` = 2927 |
0.125
ms
|
1 |
|
|
/modules/zoneproductadditional/classes/ZProductExtraField.php:220
/modules/zoneproductadditional/classes/ZProductExtraField.php:267 (getSupplierIdsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:839 (getFieldsByProductId)
/classes/Hook.php:1234 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/src/Adapter/HookManager.php:61 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:51 (exec)
/src/Core/Product/ProductExtraContentFinder.php:37 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:83 (find)
/controllers/front/ProductController.php:1199 (present)
/controllers/front/ProductController.php:316 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Cart.php:1389
/src/Adapter/Presenter/Cart/CartLazyArray.php:235 (getNbProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getProductsCount)
/var/cache/prod/smarty/compile/ZOneTheme_child/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php:31 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442e3cdc4_73050192)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2417 (fetch)
/modules/ps_shoppingcart/ps_shoppingcart.php:136 (fetch)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:303 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:341 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442e0c573_21430157)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_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/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 789 AND `id_shop` = 1 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b0/fc/a3/b0fca3ad6b167cb250a052177ca3a3be3f33bfe5_2.file.footer.tpl.php:87 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b0/fc/a3/b0fca3ad6b167cb250a052177ca3a3be3f33bfe5_2.file.footer.tpl.php:150 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b0/fc/a3/b0fca3ad6b167cb250a052177ca3a3be3f33bfe5_2.file.footer.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c54430b3b41_99271640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:447 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:122 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 0 LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/Country.php:256
/modules/stripe_official/classes/services/StripeDisplayHeaderService.php:101 (getIsoById)
/modules/stripe_official/stripe_official.php:1244 (setHeaders)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Language.php:850
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 230 |
SELECT SQL_NO_CACHE DISTINCT `id_supplier` FROM `ps_product_supplier`
WHERE `id_product_attribute` = 0 AND `id_product` = 2927 |
0.123
ms
|
1 |
|
|
/modules/zoneproductadditional/classes/ZProductExtraField.php:220
/modules/zoneproductadditional/classes/ZProductExtraField.php:267 (getSupplierIdsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:857 (getFieldsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:914 (preProcessProductAdditional)
/classes/Hook.php:1234 (hookDisplayAfterProductThumbs2)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:311 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE name FROM ps_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3 LIMIT 1 |
0.122
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:100 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:226 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 2
AND id_shop = 1 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/classes/Tools.php:697 (isAssociatedToShop)
/classes/controller/FrontController.php:332 (setCurrency)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b0/fc/a3/b0fca3ad6b167cb250a052177ca3a3be3f33bfe5_2.file.footer.tpl.php:87 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b0/fc/a3/b0fca3ad6b167cb250a052177ca3a3be3f33bfe5_2.file.footer.tpl.php:150 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b0/fc/a3/b0fca3ad6b167cb250a052177ca3a3be3f33bfe5_2.file.footer.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c54430b3b41_99271640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:447 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:122 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE name FROM ps_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3 LIMIT 1 |
0.121
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:616
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:100 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:226 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE `id_manufacturer` FROM `ps_product`
WHERE `id_product` = 2927 LIMIT 1 |
0.120
ms
|
1 |
|
|
/modules/zoneproductadditional/classes/ZProductExtraField.php:213
/modules/zoneproductadditional/classes/ZProductExtraField.php:266 (getManufacturerIdByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:857 (getFieldsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:897 (preProcessProductAdditional)
/classes/Hook.php:1234 (hookDisplayProduct3rdColumn)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:302 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4158 AND `id_group` = 1 LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 1) LIMIT 1 |
0.119
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/AddressFormat.php:382 (__construct)
/classes/AddressFormat.php:417 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1744 (generateAddress)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/Language.php:850
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:94 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 114 |
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` = 123 AND ctg.`id_group` = 1 LIMIT 1 |
0.118
ms
|
3 |
|
|
/classes/Product.php:6508
/classes/Product.php:4487 (checkAccessStatic)
/controllers/front/ProductController.php:359 (getAccessories)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:303 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:341 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442e0c573_21430157)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_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/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 2927) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:558
/classes/Product.php:7538 (outOfStock)
/classes/Product.php:710 (loadStockData)
/modules/htmlboxpro/htmlboxpro.php:3291 (__construct)
/modules/htmlboxpro/htmlboxpro.php:3412 (generateHookContents)
/classes/Hook.php:1234 (hookdisplayReassurance)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:287 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 132
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1 |
0.117
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/classes/Currency.php:1069 (__construct)
/classes/Currency.php:746 (getCurrencyInstance)
/classes/Currency.php:648 (addCldrDatasToCurrency)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:303 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:341 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442e0c573_21430157)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_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/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Language.php:850
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:94 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Language.php:850
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:94 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2890
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 21 |
0.116
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/AddressFormat.php:382 (__construct)
/classes/AddressFormat.php:417 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1744 (generateAddress)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE DISTINCT `id_feature_value` FROM `ps_feature_product`
WHERE `id_product` = 2927 |
0.116
ms
|
1 |
|
|
/modules/zoneproductadditional/classes/ZProductExtraField.php:237
/modules/zoneproductadditional/classes/ZProductExtraField.php:268 (getFeatureIdsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:857 (getFieldsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:914 (preProcessProductAdditional)
/classes/Hook.php:1234 (hookDisplayAfterProductThumbs2)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:311 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'CHF') LIMIT 1 |
0.116
ms
|
7 |
|
|
/classes/Currency.php:873
/src/Adapter/Currency/CurrencyDataProvider.php:72 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Language.php:850
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:94 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/Language.php:850
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:94 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 123
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.115
ms
|
1 |
|
|
/classes/ObjectModel.php:1443
/classes/ObjectModel.php:1478 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1409 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:549 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:303 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:341 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442e0c573_21430157)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_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/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 2927) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:558
/classes/Product.php:7538 (outOfStock)
/classes/Product.php:710 (loadStockData)
/modules/htmlboxpro/htmlboxpro.php:3284 (__construct)
/modules/htmlboxpro/htmlboxpro.php:3412 (generateHookContents)
/classes/Hook.php:1234 (hookdisplayReassurance)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:287 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 781 AND `id_shop` = 1 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:303 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:341 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442e0c573_21430157)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_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/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 778 AND `id_shop` = 1 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:303 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:341 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442e0c573_21430157)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_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/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'CAD') LIMIT 1 |
0.114
ms
|
7 |
|
|
/classes/Currency.php:873
/src/Adapter/Currency/CurrencyDataProvider.php:72 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/classes/Group.php:388 (isAssociatedToShop)
/classes/Cart.php:262 (getCurrent)
/classes/Cart.php:226 (setTaxCalculationMethod)
/classes/controller/FrontController.php:441 (__construct)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.114
ms
|
9 |
|
|
/classes/ImageType.php:141
/classes/ImageType.php:182 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:197 (getFormattedName)
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:77 (getImage)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getImage)
/controllers/front/ProductController.php:842 (offsetGet)
/controllers/front/ProductController.php:303 (assignManufacturer)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1405) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 7) LIMIT 1 |
0.114
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/classes/Currency.php:1069 (__construct)
/classes/Currency.php:746 (getCurrencyInstance)
/classes/Currency.php:648 (addCldrDatasToCurrency)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:303 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:341 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442e0c573_21430157)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_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/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 796 AND `id_shop` = 1 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/55/31/45/553145da8ae2ae7529e0b7225c88b2b844e94e1e_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544303a8b9_51882716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:216 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:316 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Language.php:850
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Language.php:850
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Language.php:850
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Group.php:131
/classes/Product.php:3740 (getReductionByIdGroup)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:707 (getPriceStatic)
/controllers/front/ProductController.php:129 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4158
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/Language.php:850
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/module/Module.php:2267
/modules/rcpgtagmanager/src/PSModule/ModuleDetector/AbstractModuleDetector.php:70 (isEnabled)
/modules/rcpgtagmanager/src/PSModule/ModuleDetector/AbstractModuleDetector.php:39 (detectByController)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:170 (getCheckoutModule)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:159 (getCheckoutModule)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:66 (getModuleData)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:54 (setContextData)
/modules/rcpgtagmanager/src/PSModule/ModuleServiceFactoryPS9.php:78 (__construct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:57 (getContextService)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:39 (getConfiguration)
/modules/rcpgtagmanager/rcpgtagmanager.php:197 (exec)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 212 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 4 |
0.112
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/classes/Currency.php:1069 (__construct)
/classes/Currency.php:746 (getCurrencyInstance)
/classes/Currency.php:648 (addCldrDatasToCurrency)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:303 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:341 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442e0c573_21430157)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_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/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE DISTINCT `id_feature_value` FROM `ps_feature_product`
WHERE `id_product` = 2927 |
0.112
ms
|
1 |
|
|
/modules/zoneproductadditional/classes/ZProductExtraField.php:237
/modules/zoneproductadditional/classes/ZProductExtraField.php:268 (getFeatureIdsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:857 (getFieldsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:880 (preProcessProductAdditional)
/classes/Hook.php:1234 (hookDisplayProductAdditionalInfo2)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:263 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:316 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/Language.php:850
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE *
FROM `ps_zthememanager` a
WHERE (a.`id_zthememanager` = 1) LIMIT 1 |
0.110
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/zonethememanager/classes/ZManager.php:78 (__construct)
/modules/zonethememanager/classes/ZManager.php:185 (__construct)
/modules/zonethememanager/zonethememanager.php:1955 (getSettingsByShop)
/classes/Hook.php:1234 (hookActionFrontControllerSetVariables)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:559 (exec)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
0.109
ms
|
7 |
|
|
/classes/Currency.php:873
/src/Adapter/Currency/CurrencyDataProvider.php:72 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'GBP') LIMIT 1 |
0.108
ms
|
7 |
|
|
/classes/Currency.php:873
/src/Adapter/Currency/CurrencyDataProvider.php:72 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE `id_manufacturer` FROM `ps_product`
WHERE `id_product` = 2927 LIMIT 1 |
0.108
ms
|
1 |
|
|
/modules/zoneproductadditional/classes/ZProductExtraField.php:213
/modules/zoneproductadditional/classes/ZProductExtraField.php:266 (getManufacturerIdByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:857 (getFieldsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:880 (preProcessProductAdditional)
/classes/Hook.php:1234 (hookDisplayProductAdditionalInfo2)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:263 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:316 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.106
ms
|
7 |
|
|
/classes/Currency.php:873
/src/Adapter/Currency/CurrencyDataProvider.php:72 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/controllers/front/ProductController.php:107 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 5 |
0.105
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/classes/Currency.php:1069 (__construct)
/classes/Currency.php:746 (getCurrencyInstance)
/classes/Currency.php:648 (addCldrDatasToCurrency)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:303 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:341 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442e0c573_21430157)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_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/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2927) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:586
/classes/Product.php:7539 (getLocation)
/classes/Product.php:710 (loadStockData)
/modules/htmlboxpro/htmlboxpro.php:3284 (__construct)
/modules/htmlboxpro/htmlboxpro.php:3412 (generateHookContents)
/classes/Hook.php:1234 (hookdisplayReassurance)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:287 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE `id_manufacturer` FROM `ps_product`
WHERE `id_product` = 2927 LIMIT 1 |
0.104
ms
|
1 |
|
|
/modules/zoneproductadditional/classes/ZProductExtraField.php:213
/modules/zoneproductadditional/classes/ZProductExtraField.php:266 (getManufacturerIdByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:839 (getFieldsByProductId)
/classes/Hook.php:1234 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/src/Adapter/HookManager.php:61 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:51 (exec)
/src/Core/Product/ProductExtraContentFinder.php:37 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:83 (find)
/controllers/front/ProductController.php:1199 (present)
/controllers/front/ProductController.php:316 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1405
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.103
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/classes/Currency.php:1069 (__construct)
/classes/Currency.php:746 (getCurrencyInstance)
/classes/Currency.php:648 (addCldrDatasToCurrency)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:303 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:341 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442e0c573_21430157)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_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/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 21 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/Country.php:386
/classes/AddressFormat.php:612 (isNeedDniByCountryId)
/classes/AddressFormat.php:593 (getFormat)
/classes/AddressFormat.php:540 (getAddressCountryFormat)
/classes/AddressFormat.php:416 (getOrderedAddressFields)
/classes/controller/FrontController.php:1744 (generateAddress)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:396 (initContent)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 132 AND `id_group` = 1 LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 777 AND `id_shop` = 1 LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:303 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:341 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442e0c573_21430157)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_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/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE DISTINCT `id_feature_value` FROM `ps_feature_product`
WHERE `id_product` = 2927 |
0.099
ms
|
1 |
|
|
/modules/zoneproductadditional/classes/ZProductExtraField.php:237
/modules/zoneproductadditional/classes/ZProductExtraField.php:268 (getFeatureIdsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:839 (getFieldsByProductId)
/classes/Hook.php:1234 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/src/Adapter/HookManager.php:61 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:51 (exec)
/src/Core/Product/ProductExtraContentFinder.php:37 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:83 (find)
/controllers/front/ProductController.php:1199 (present)
/controllers/front/ProductController.php:316 (getTemplateVarProduct)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 790 AND `id_shop` = 1 LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b0/fc/a3/b0fca3ad6b167cb250a052177ca3a3be3f33bfe5_2.file.footer.tpl.php:87 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b0/fc/a3/b0fca3ad6b167cb250a052177ca3a3be3f33bfe5_2.file.footer.tpl.php:150 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b0/fc/a3/b0fca3ad6b167cb250a052177ca3a3be3f33bfe5_2.file.footer.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c54430b3b41_99271640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:447 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:122 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 123 AND `id_group` = 1 LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2890 AND `id_group` = 1 LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/Category.php:1592
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:63 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:108 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:216 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 779 AND `id_shop` = 1 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:303 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:341 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442e0c573_21430157)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_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/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3671 AND `id_group` = 1 LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 7 |
0.091
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/classes/Currency.php:1069 (__construct)
/classes/Currency.php:746 (getCurrencyInstance)
/classes/Currency.php:648 (addCldrDatasToCurrency)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:303 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:341 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442e0c573_21430157)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_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/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1405 AND `id_group` = 1 LIMIT 1 |
0.089
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/controllers/front/ProductController.php:361 (assembleProducts)
/override/controllers/front/ProductController.php:9 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
0.088
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/classes/Currency.php:1069 (__construct)
/classes/Currency.php:746 (getCurrencyInstance)
/classes/Currency.php:648 (addCldrDatasToCurrency)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:303 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:341 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442e0c573_21430157)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_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/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 3 |
0.088
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/classes/Currency.php:1069 (__construct)
/classes/Currency.php:746 (getCurrencyInstance)
/classes/Currency.php:648 (addCldrDatasToCurrency)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:303 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:341 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/d9/c1/f6/d9c1f6360a0c49b02b8a29d7b2cdea277f7515a9_2.file.header.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442e0c573_21430157)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_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/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2927) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:586
/classes/Product.php:7539 (getLocation)
/classes/Product.php:710 (loadStockData)
/modules/htmlboxpro/htmlboxpro.php:3291 (__construct)
/modules/htmlboxpro/htmlboxpro.php:3412 (generateHookContents)
/classes/Hook.php:1234 (hookdisplayReassurance)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:287 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/16/62/8c/16628c714820a57515be2e253d226995876bb2d8_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544237cae4_05171467)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/b3/fb/41/b3fb41795f29119edaf5bc483c65f87568e0f583_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c544236b5f5_86087401)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/ZOneTheme_childlayouts_layout_full_width_tpl/4c/e6/ea/4ce6ea394f6698fd5bf40ddaa29efb31f1655ed4_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a1c5442dcaae3_74850134)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:764 (fetch)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|