| 282 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
1.676
ms
|
99 |
Yes
|
Yes
|
/classes/Category.php:795
/modules/ps_categorytree/ps_categorytree.php:141 (getNestedCategories)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:255 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE p.id_product, sa.out_of_stock FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='254' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY IFNULL(p.quantity, 0) <= 0, IFNULL(p.quantity, 0) <= 0 AND FIELD(sa.out_of_stock, 1) DESC, p.position ASC, p.id_product DESC |
1.588
ms
|
72000 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:189 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
1.259
ms
|
1230 |
|
|
/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:38 (require_once)
|
| 39 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
1.185
ms
|
0 |
|
|
/classes/Hook.php:1565
/classes/Hook.php:244 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:43 (getIdByName)
/classes/tax/TaxManagerFactory.php:22 (execHookTaxManagerFactory)
/modules/jprestaspeedpack/classes/JprestaUtilsTaxManager.php:119 (getManager)
/modules/jprestaspeedpack/jprestaspeedpack.php:1718 (toJson)
/modules/jprestaspeedpack/jprestaspeedpack.php:2890 (getTaxManagerDetails)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 15 |
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.114
ms
|
230 |
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:84 (getInstance)
|
| 40 |
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 |
0.887
ms
|
438 |
|
|
/classes/Hook.php:488
/classes/Hook.php:535 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:43 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:22 (execHookTaxManagerFactory)
/modules/jprestaspeedpack/classes/JprestaUtilsTaxManager.php:119 (getManager)
/modules/jprestaspeedpack/jprestaspeedpack.php:1718 (toJson)
/modules/jprestaspeedpack/jprestaspeedpack.php:2890 (getTaxManagerDetails)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 312 |
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="displayBeforeBodyClosingTag" AND active=1 AND b.id_lang=1 ORDER BY a.position |
0.868
ms
|
7 |
Yes
|
|
/modules/htmlboxpro/htmlboxpro.php:778
/modules/htmlboxpro/htmlboxpro.php:3325 (get_blocks)
/modules/htmlboxpro/htmlboxpro.php:3395 (generateHookContents)
/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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE * FROM `ps_jm_pagecache` WHERE ((id_controller=1 AND last_gen < (NOW() - INTERVAL 691200 SECOND)) OR (id_controller=2 AND last_gen < (NOW() - INTERVAL 691200 SECOND)) OR (id_controller=3 AND last_gen < (NOW() - INTERVAL 691200 SECOND)) OR (id_controller=4 AND last_gen < (NOW() - INTERVAL 691200 SECOND)) OR (id_controller=5 AND last_gen < (NOW() - INTERVAL 691200 SECOND)) OR (id_controller=6 AND last_gen < (NOW() - INTERVAL 691200 SECOND)) OR (id_controller=7 AND last_gen < (NOW() - INTERVAL 691200 SECOND)) OR (id_controller=8 AND last_gen < (NOW() - INTERVAL 691200 SECOND)) OR id_controller=9 OR (id_controller=10 AND last_gen < (NOW() - INTERVAL 691200 SECOND)) OR (id_controller=11 AND last_gen < (NOW() - INTERVAL 691200 SECOND))) ORDER BY last_gen ASC LIMIT 2 |
0.852
ms
|
11 |
Yes
|
|
/modules/jprestaspeedpack/classes/JprestaUtils.php:906
/modules/jprestaspeedpack/classes/PageCacheDAO.php:351 (dbSelectRows)
/modules/jprestaspeedpack/jprestaspeedpack.php:4812 (getCachedPages)
/modules/jprestaspeedpack/jprestaspeedpack.php:1463 (cacheThis)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/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:84 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3644) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.740
ms
|
1 |
Yes
|
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)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:252 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4599164_75898832)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ff/e8/3d/ffe83d545142394567698546ad06652e7d05339f_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f45848b2_13039722)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/82/bf/b9/82bfb9d33c48d06691ba6705878a864b7fa08efb_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f457f266_98357830)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (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.derks-wielersport.nl' OR su.domain_ssl = 'www.derks-wielersport.nl')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.680
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1372
/classes/shop/Shop.php:336 (findShopByHost)
/config/config.inc.php:103 (initialize)
/index.php:38 (require_once)
|
| 294 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2477) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.668
ms
|
1 |
Yes
|
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)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:252 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4599164_75898832)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ff/e8/3d/ffe83d545142394567698546ad06652e7d05339f_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f45848b2_13039722)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/82/bf/b9/82bfb9d33c48d06691ba6705878a864b7fa08efb_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f457f266_98357830)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
0.667
ms
|
1231 |
|
|
/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:84 (getInstance)
|
| 101 |
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` = 254
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.629
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/controllers/front/listing/CategoryController.php:260 (getSubCategories)
/controllers/front/listing/CategoryController.php:145 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.620
ms
|
1231 |
|
|
/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:84 (getInstance)
|
| 121 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-29 00:00:00',
INTERVAL 0 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 (3644,3633,3640,2477,1254,6932,7661,10043,10664,11405,12421,12880,12959,12960,13187,13386) |
0.610
ms
|
16 |
|
|
/classes/ProductAssembler.php:81
/classes/ProductAssembler.php:191 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 318 |
INSERT INTO `ps_jm_pagecache_bl` (`id`, `backlink_key`) VALUES (1523,3950934264),(1523,714424753),(1523,17539508),(1523,2460740263),(1523,756017839),(1523,2380227571),(1523,640170736),(1523,162572292),(1523,1242260263),(1523,779567280),(1523,2121577477),(1523,3266551221),(1523,3420327908),(1523,282191039),(1523,2048160868),(1523,896284266),(1523,3488491705),(1523,2525574685),(1523,2584079971),(1523,1643216436),(1523,3756440302),(1523,635734609),(1523,2011030586),(1523,2333533091),(1523,2420963348),(1523,3667977351),(1523,3119657682),(1523,3301187442),(1523,935152954),(1523,1282165341),(1523,3469006539),(1523,773696555),(1523,468201911),(1523,2044624812),(1523,2201468888),(1523,4222388054),(1523,752934183),(1523,4132615255),(1523,1469819099),(1523,912860198),(1523,346631601),(1523,1916704213),(1523,1176370716),(1523,1397147822),(1523,4197594377),(1523,1932999620),(1523,2752964281),(1523,2350384529),(1523,1353069137),(1523,3537221870),(1523,903038234),(1523,48761368),(1523,2482643347),(1523,15098702),(1523,2239279198),(1523,1734403238),(1523,2923865808),(1523,2519982398),(1523,1505377582),(1523,3377343882),(1523,1767903720),(1523,2753556925),(1523,2516744566),(1523,1552320050),(1523,699425861),(1523,3686447813),(1523,831790435),(1523,849692192),(1523,1805828158),(1523,2959159814),(1523,2049308770),(1523,301274236),(1523,2942818187),(1523,4057471485),(1523,2686662345),(1523,914054186),(1523,3988788530),(1523,1678232317),(1523,3642136072),(1523,1951166931),(1523,1924126315),(1523,4274168927),(1523,25199150),(1523,2678480210),(1523,1597443839),(1523,1643396658),(1523,2744683134),(1523,913025961),(1523,3120301027),(1523,4226228922),(1523,470920166),(1523,3162698665),(1523,2491697543),(1523,879451655),(1523,1807569271),(1523,2509194621),(1523,2481341865),(1523,3624279487),(1523,2168591215),(1523,2356592289),(1523,2505120643),(1523,678126586),(1523,3298610995),(1523,2419143207),(1523,4175498637),(1523,1578860039),(1523,3367337188),(1523,3834998399),(1523,2450627106),(1523,2773510145),(1523,1704276116) ON DUPLICATE KEY UPDATE id=id |
0.595
ms
|
1 |
|
|
/modules/jprestaspeedpack/classes/JprestaUtils.php:819
/modules/jprestaspeedpack/classes/PageCacheDAO.php:1081 (dbExecuteSQL)
/modules/jprestaspeedpack/jprestaspeedpack.php:4801 (insert)
/modules/jprestaspeedpack/jprestaspeedpack.php:1463 (cacheThis)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/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:84 (dispatch)
|
| 314 |
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.533
ms
|
32 |
Yes
|
|
/classes/Dispatcher.php:623
/classes/Dispatcher.php:233 (loadRoutes)
/modules/jprestaspeedpack/classes/JprestaUtilsDispatcher.php:27 (__construct)
/modules/jprestaspeedpack/classes/JprestaUtilsDispatcher.php:109 (getPageCacheInstance)
/modules/jprestaspeedpack/classes/JprestaUtilsDispatcher.php:56 (parseLinks)
/modules/jprestaspeedpack/jprestaspeedpack.php:4794 (parseLinks)
/modules/jprestaspeedpack/jprestaspeedpack.php:1463 (cacheThis)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/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:84 (dispatch)
|
| 261 |
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.500
ms
|
1 |
|
|
/classes/Cart.php:4360
/classes/Cart.php:4341 (hasProducts)
/classes/Cart.php:2223 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartLazyArray.php:126 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:104 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:61 (json_encode)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/38/3e/d9/383ed9eef038e936807910c70398b2015235e37e_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ea652_90629249)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/9a/73/aa/9a73aa927888e9146e530446f34881bab8ec4a3c_2.file.head.tpl.php:366 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/9a/73/aa/9a73aa927888e9146e530446f34881bab8ec4a3c_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44c9007_72505098)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC |
0.481
ms
|
47 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:159
/modules/ps_facetedsearch/src/Filters/Converter.php:388 (getFeatures)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:166 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 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.476
ms
|
81 |
|
|
/classes/module/Module.php:325
/modules/hiblog/hiblog.php:322 (__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:84 (getInstance)
|
| 292 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3633) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.474
ms
|
1 |
Yes
|
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)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:252 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4599164_75898832)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ff/e8/3d/ffe83d545142394567698546ad06652e7d05339f_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f45848b2_13039722)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/82/bf/b9/82bfb9d33c48d06691ba6705878a864b7fa08efb_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f457f266_98357830)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 315 |
INSERT INTO `ps_jm_pagecache` (`cache_key`, `url`, `id_context`, `id_controller`, `id_shop`, `id_object`, `count_missed`, `count_hit`)
VALUES (
3924881200,
'https://www.derks-wielersport.nl/254-balhoofdsets',
1,
2,
1,
254,
1,
0) ON DUPLICATE KEY UPDATE `count_missed`=`count_missed` + 1, last_gen = CURRENT_TIMESTAMP, `deleted` = 0; |
0.448
ms
|
1 |
|
|
/modules/jprestaspeedpack/classes/JprestaUtils.php:819
/modules/jprestaspeedpack/classes/PageCacheDAO.php:1011 (dbExecuteSQL)
/modules/jprestaspeedpack/jprestaspeedpack.php:4801 (insert)
/modules/jprestaspeedpack/jprestaspeedpack.php:1463 (cacheThis)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/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:84 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1254) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.423
ms
|
1 |
Yes
|
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)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:252 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4599164_75898832)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ff/e8/3d/ffe83d545142394567698546ad06652e7d05339f_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f45848b2_13039722)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/82/bf/b9/82bfb9d33c48d06691ba6705878a864b7fa08efb_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f457f266_98357830)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 228 |
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` = 6932) AND (b.`id_shop` = 1) LIMIT 1 |
0.416
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 249 |
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` = 12959) AND (b.`id_shop` = 1) LIMIT 1 |
0.415
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_url` a
WHERE (a.`id_shop_url` = 1) LIMIT 1 |
0.413
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/jprestaspeedpack/jprestaspeedpack.php:4792 (__construct)
/modules/jprestaspeedpack/jprestaspeedpack.php:1463 (cacheThis)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/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:84 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.403
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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/1c/9f/52/1c9f52ef9c89cfb7b69f734a1da7f64b3b75d24f_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/1c/9f/52/1c9f52ef9c89cfb7b69f734a1da7f64b3b75d24f_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4606893_03119005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 237 |
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` = 10664) AND (b.`id_shop` = 1) LIMIT 1 |
0.401
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 243 |
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` = 12421) AND (b.`id_shop` = 1) LIMIT 1 |
0.401
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 225 |
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` = 1254) AND (b.`id_shop` = 1) LIMIT 1 |
0.400
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 226 |
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` = 1254
ORDER BY `position` |
0.398
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 13, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 13) AND
`id_group` IN (0, 1) AND `id_product` = 12421 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.395
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE cb.*,
cbl.*
FROM `ps_hibloglist` cb
LEFT JOIN `ps_hibloglist_lang` `cbl` ON cbl.`id` = cb.`id`
LEFT JOIN `ps_hibloglist_shop` `csh` ON csh.`id_block` = cb.`id`
WHERE (cbl.`id_lang` = 1) AND (csh.`id_shop` = 1) AND (cb.active = 1) AND (cb.hook = 'displayLeftColumn')
ORDER BY position ASC |
0.391
ms
|
1 |
Yes
|
|
/modules/hiblog/classes/bloglist.php:149
/modules/hiblog/hiblog.php:4461 (getBlocksByHook)
/modules/hiblog/hiblog.php:4834 (getHookBlocks)
/classes/Hook.php:1234 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:255 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 21 |
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.387
ms
|
32 |
Yes
|
|
/classes/Dispatcher.php:623
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:84 (getInstance)
|
| 293 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3640) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.383
ms
|
1 |
Yes
|
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)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:252 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4599164_75898832)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ff/e8/3d/ffe83d545142394567698546ad06652e7d05339f_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f45848b2_13039722)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/82/bf/b9/82bfb9d33c48d06691ba6705878a864b7fa08efb_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f457f266_98357830)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 258 |
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` = 13386) AND (b.`id_shop` = 1) LIMIT 1 |
0.382
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 129 |
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` = 3644 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` = 3644 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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 287 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 1085 LIMIT 1 |
0.378
ms
|
1 |
|
|
/classes/Hook.php:260
/classes/Hook.php:1023 (getNameById)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:255 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 240 |
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` = 11405) AND (b.`id_shop` = 1) LIMIT 1 |
0.376
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7661) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.373
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:252 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4599164_75898832)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ff/e8/3d/ffe83d545142394567698546ad06652e7d05339f_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f45848b2_13039722)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/82/bf/b9/82bfb9d33c48d06691ba6705878a864b7fa08efb_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f457f266_98357830)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7661) AND (b.`id_shop` = 1) LIMIT 1 |
0.373
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 246 |
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` = 12880) AND (b.`id_shop` = 1) LIMIT 1 |
0.369
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 254
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.368
ms
|
2 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:57
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:166 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.365
ms
|
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:38 (require_once)
|
| 219 |
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` = 3640) AND (b.`id_shop` = 1) LIMIT 1 |
0.365
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10664) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.364
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4281
/src/Adapter/Product/ProductColorsRetriever.php:23 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:779 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getMainVariants)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:252 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4599164_75898832)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ff/e8/3d/ffe83d545142394567698546ad06652e7d05339f_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f45848b2_13039722)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/82/bf/b9/82bfb9d33c48d06691ba6705878a864b7fa08efb_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f457f266_98357830)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 175 |
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` = 11405 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` = 11405 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.362
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE *
FROM `ps_mol_payment_method` a0
WHERE (a0.`id_method` = 'applepay') AND (a0.`live_environment` = 1) |
0.355
ms
|
6 |
|
|
/classes/PrestaShopCollection.php:361
/classes/PrestaShopCollection.php:376 (getAll)
/modules/mollie/shared/Infrastructure/Repository/AbstractRepository.php:48 (getFirst)
/modules/mollie/mollie.php:408 (findOneBy)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 88 |
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.354
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)
/modules/jprestaspeedpack/jprestaspeedpack.php:1635 (__construct)
/classes/Hook.php:1234 (hookActionDispatcher)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:465 (exec)
/index.php:84 (dispatch)
|
| 135 |
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` = 3633 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` = 3633 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.351
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3640 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` = 3640 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.350
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12959) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.347
ms
|
1 |
Yes
|
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)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:252 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4599164_75898832)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ff/e8/3d/ffe83d545142394567698546ad06652e7d05339f_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f45848b2_13039722)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/82/bf/b9/82bfb9d33c48d06691ba6705878a864b7fa08efb_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f457f266_98357830)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 252 |
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` = 12960) AND (b.`id_shop` = 1) LIMIT 1 |
0.346
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (13187) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.343
ms
|
1 |
Yes
|
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)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:252 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4599164_75898832)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ff/e8/3d/ffe83d545142394567698546ad06652e7d05339f_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f45848b2_13039722)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/82/bf/b9/82bfb9d33c48d06691ba6705878a864b7fa08efb_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f457f266_98357830)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12421) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.343
ms
|
1 |
Yes
|
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)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:252 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4599164_75898832)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ff/e8/3d/ffe83d545142394567698546ad06652e7d05339f_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f45848b2_13039722)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/82/bf/b9/82bfb9d33c48d06691ba6705878a864b7fa08efb_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f457f266_98357830)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6932) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.342
ms
|
1 |
Yes
|
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)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:252 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4599164_75898832)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ff/e8/3d/ffe83d545142394567698546ad06652e7d05339f_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f45848b2_13039722)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/82/bf/b9/82bfb9d33c48d06691ba6705878a864b7fa08efb_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f457f266_98357830)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (13386) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.342
ms
|
1 |
Yes
|
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)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:252 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4599164_75898832)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ff/e8/3d/ffe83d545142394567698546ad06652e7d05339f_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f45848b2_13039722)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/82/bf/b9/82bfb9d33c48d06691ba6705878a864b7fa08efb_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f457f266_98357830)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10043) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.340
ms
|
1 |
Yes
|
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)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:252 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4599164_75898832)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ff/e8/3d/ffe83d545142394567698546ad06652e7d05339f_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f45848b2_13039722)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/82/bf/b9/82bfb9d33c48d06691ba6705878a864b7fa08efb_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f457f266_98357830)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 170 |
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` = 10664 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` = 10664 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.339
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 216 |
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` = 3633) AND (b.`id_shop` = 1) LIMIT 1 |
0.336
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11405) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.335
ms
|
1 |
Yes
|
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)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:252 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4599164_75898832)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ff/e8/3d/ffe83d545142394567698546ad06652e7d05339f_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f45848b2_13039722)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/82/bf/b9/82bfb9d33c48d06691ba6705878a864b7fa08efb_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f457f266_98357830)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 13
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('4661WM' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '4661WM')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.334
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:77
/modules/jprestaspeedpack/classes/JprestaUtilsTaxManager.php:121 (getTaxCalculator)
/modules/jprestaspeedpack/jprestaspeedpack.php:1718 (toJson)
/modules/jprestaspeedpack/jprestaspeedpack.php:2890 (getTaxManagerDetails)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 145 |
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` = 2477 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` = 2477 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.333
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 222 |
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` = 2477) AND (b.`id_shop` = 1) LIMIT 1 |
0.332
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 234 |
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` = 10043) AND (b.`id_shop` = 1) LIMIT 1 |
0.331
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 255 |
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` = 13187) AND (b.`id_shop` = 1) LIMIT 1 |
0.331
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 259 |
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` = 13386
ORDER BY `position` |
0.330
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 91 |
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` = 254) AND (b.`id_shop` = 1) LIMIT 1 |
0.321
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/listing/CategoryController.php:67 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 185 |
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` = 12421 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` = 12421 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.321
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 160 |
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` = 7661 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` = 7661 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.319
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 304 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12960) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.319
ms
|
1 |
Yes
|
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)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:252 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4599164_75898832)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ff/e8/3d/ffe83d545142394567698546ad06652e7d05339f_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f45848b2_13039722)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/82/bf/b9/82bfb9d33c48d06691ba6705878a864b7fa08efb_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f457f266_98357830)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 211 |
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` = 3644) AND (b.`id_shop` = 1) LIMIT 1 |
0.312
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 286 |
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` <= 6 AND c.`nright` >= 7 AND c.`nleft` >= 2 AND c.`nright` <= 199 ORDER BY `nleft` DESC |
0.309
ms
|
4 |
|
|
/classes/Category.php:1597
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:255 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 190 |
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` = 12880 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` = 12880 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.306
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 283 |
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.306
ms
|
1 |
|
|
/classes/Category.php:2227
/classes/Category.php:1125 (getCategoriesWithoutParent)
/classes/Category.php:1577 (getRootCategory)
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:255 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 244 |
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` = 12421
ORDER BY `position` |
0.305
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12880) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.304
ms
|
1 |
Yes
|
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)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:252 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4599164_75898832)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ff/e8/3d/ffe83d545142394567698546ad06652e7d05339f_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f45848b2_13039722)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/82/bf/b9/82bfb9d33c48d06691ba6705878a864b7fa08efb_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f457f266_98357830)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 155 |
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` = 6932 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` = 6932 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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 165 |
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` = 10043 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` = 10043 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.301
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 223 |
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` = 2477
ORDER BY `position` |
0.300
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 195 |
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` = 12959 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` = 12959 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.299
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 205 |
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` = 13187 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` = 13187 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.299
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 229 |
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` = 6932
ORDER BY `position` |
0.296
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 238 |
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` = 10664
ORDER BY `position` |
0.296
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 150 |
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` = 1254 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` = 1254 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.295
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 200 |
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` = 12960 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` = 12960 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.295
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.293
ms
|
7 |
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/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 98 |
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.293
ms
|
81 |
|
|
/classes/module/Module.php:325
/modules/mollie/mollie.php:112 (__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:495 (exec)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 20 |
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.292
ms
|
81 |
|
|
/classes/module/Module.php:325
/modules/hioutofstocknotification/hioutofstocknotification.php:127 (__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:84 (getInstance)
|
| 217 |
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` = 3633
ORDER BY `position` |
0.291
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 247 |
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` = 12880
ORDER BY `position` |
0.289
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE c.*
FROM `ps_customer` c
WHERE (c.`email` = 'd1-f998aa5ae590639120d19c0a82f096ad@fakeemail.com') AND (c.`id_shop` IN (1)) AND (c.`is_guest` = 0) AND (c.`deleted` = 0) LIMIT 1 |
0.288
ms
|
1 |
|
|
/classes/Customer.php:511
/modules/jprestaspeedpack/classes/JprestaCustomer.php:133 (getByEmail)
/modules/jprestaspeedpack/jprestaspeedpack.php:2842 (getOrCreateCustomerWithSameGroups)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 210 |
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` = 13386 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` = 13386 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.288
ms
|
0 |
|
|
/classes/Cart.php:1625
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 253 |
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` = 12960
ORDER BY `position` |
0.283
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 13 |
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.282
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:84 (getInstance)
|
| 250 |
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` = 12959
ORDER BY `position` |
0.282
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 220 |
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` = 3640
ORDER BY `position` |
0.281
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 256 |
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` = 13187
ORDER BY `position` |
0.281
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 281 |
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.280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/modules/ps_categorytree/ps_categorytree.php:371 (__construct)
/modules/ps_categorytree/ps_categorytree.php:276 (getHomeCategory)
/modules/ps_categorytree/ps_categorytree.php:266 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:255 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 241 |
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` = 11405
ORDER BY `position` |
0.279
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11405) |
0.273
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE c.`passwd`
FROM `ps_customer` c
WHERE (c.`email` = 'd1-f998aa5ae590639120d19c0a82f096ad@fakeemail.com') AND (c.`id_shop` IN (1)) AND (c.`is_guest` = 0) AND (c.`deleted` = 0) LIMIT 1 |
0.268
ms
|
1 |
|
|
/classes/Customer.php:483
/modules/jprestaspeedpack/classes/JprestaCustomer.php:133 (getByEmail)
/modules/jprestaspeedpack/jprestaspeedpack.php:2842 (getOrCreateCustomerWithSameGroups)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE trgs.`id_tax_rules_group`
FROM `ps_tax_rules_group_shop` as trgs
LEFT JOIN `ps_tax_rules_group` as trg
ON trgs.id_tax_rules_group=trg.id_tax_rules_group
WHERE active=1 AND id_shop=1 AND deleted=0 |
0.267
ms
|
3 |
|
|
/modules/jprestaspeedpack/classes/JprestaUtils.php:906
/modules/jprestaspeedpack/classes/JprestaUtilsTaxManager.php:107 (dbSelectRows)
/modules/jprestaspeedpack/jprestaspeedpack.php:1718 (toJson)
/modules/jprestaspeedpack/jprestaspeedpack.php:2890 (getTaxManagerDetails)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 6) AND (a0.`nright` > 7) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.266
ms
|
4 |
|
|
/classes/PrestaShopCollection.php:361
/classes/PrestaShopCollection.php:418 (getAll)
/controllers/front/listing/CategoryController.php:288 (rewind)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:550 (getBreadcrumb)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 232 |
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` = 7661
ORDER BY `position` |
0.265
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 23 |
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.264
ms
|
81 |
|
|
/classes/module/Module.php:325
/modules/jprestaspeedpack/jprestaspeedpack.php:217 (__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:327 (exec)
/index.php:84 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.264
ms
|
1 |
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/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 13
AND tr.`id_tax_rules_group` = 2
AND tr.`id_state` IN (0, 0)
AND ('4661WM' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '4661WM')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.261
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:77
/modules/jprestaspeedpack/classes/JprestaUtilsTaxManager.php:121 (getTaxCalculator)
/modules/jprestaspeedpack/jprestaspeedpack.php:1718 (toJson)
/modules/jprestaspeedpack/jprestaspeedpack.php:2890 (getTaxManagerDetails)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 235 |
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` = 10043
ORDER BY `position` |
0.260
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE id FROM `ps_jm_pagecache_contexts` WHERE active=1 AND `id_shop`=1 AND `id_lang`=1 AND `id_currency`=1 AND `id_fake_customer` IS NULL AND `id_device`=1 AND `id_country`=13 AND `id_tax_csz`=1 AND `id_specifics` IS NULL LIMIT 1 |
0.259
ms
|
1 |
|
|
/modules/jprestaspeedpack/classes/JprestaUtils.php:906
/modules/jprestaspeedpack/classes/JprestaUtils.php:1143 (dbSelectRows)
/modules/jprestaspeedpack/classes/PageCacheDAO.php:713 (dbGetValue)
/modules/jprestaspeedpack/classes/PageCacheDAO.php:725 (getContextIdByInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:2647 (getOrCreateContextId)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 13
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.258
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:77
/classes/Product.php:5714 (getTaxCalculator)
/classes/Product.php:5606 (getTaxesInformations)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 10664) |
0.257
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE c.`passwd`
FROM `ps_customer` c
WHERE (c.`email` = 'd1-f998aa5ae590639120d19c0a82f096ad@fakeemail.com') AND (c.`id_shop` IN (1)) AND (c.`is_guest` = 0) AND (c.`deleted` = 0) LIMIT 1 |
0.256
ms
|
1 |
|
|
/classes/Customer.php:483
/modules/jprestaspeedpack/classes/JprestaCustomer.php:133 (getByEmail)
/modules/jprestaspeedpack/jprestaspeedpack.php:1619 (getOrCreateCustomerWithSameGroups)
/classes/Hook.php:1234 (hookActionDispatcher)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:465 (exec)
/index.php:84 (dispatch)
|
| 213 |
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` = 3644
ORDER BY `position` |
0.255
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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 248 |
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` = 12880 |
0.251
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.248
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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:255 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.242
ms
|
87 |
|
|
/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:84 (getInstance)
|
| 316 |
DELETE FROM `ps_jm_pagecache_mods` WHERE `id`=1523; |
0.242
ms
|
1 |
|
|
/modules/jprestaspeedpack/classes/JprestaUtils.php:819
/modules/jprestaspeedpack/classes/PageCacheDAO.php:1031 (dbExecuteSQL)
/modules/jprestaspeedpack/jprestaspeedpack.php:4801 (insert)
/modules/jprestaspeedpack/jprestaspeedpack.php:1463 (cacheThis)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/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:84 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
0.236
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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f451bc28_56635380)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
0.235
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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/1c/9f/52/1c9f52ef9c89cfb7b69f734a1da7f64b3b75d24f_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/1c/9f/52/1c9f52ef9c89cfb7b69f734a1da7f64b3b75d24f_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4606893_03119005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE c.*
FROM `ps_customer` c
WHERE (c.`email` = 'd1-f998aa5ae590639120d19c0a82f096ad@fakeemail.com') AND (c.`id_shop` IN (1)) AND (c.`is_guest` = 0) AND (c.`deleted` = 0) LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/Customer.php:511
/modules/jprestaspeedpack/classes/JprestaCustomer.php:133 (getByEmail)
/modules/jprestaspeedpack/jprestaspeedpack.php:1619 (getOrCreateCustomerWithSameGroups)
/classes/Hook.php:1234 (hookActionDispatcher)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:465 (exec)
/index.php:84 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="336ac17610b0f9a99615e803bce36d47" LIMIT 1 |
0.234
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:186
/modules/ps_facetedsearch/src/Product/SearchProvider.php:213 (getFromCache)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3644) |
0.231
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "productcomments" LIMIT 1 |
0.230
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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:198 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4599164_75898832)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ff/e8/3d/ffe83d545142394567698546ad06652e7d05339f_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f45848b2_13039722)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/82/bf/b9/82bfb9d33c48d06691ba6705878a864b7fa08efb_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f457f266_98357830)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (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` = 13) LIMIT 1 |
0.228
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:38 (require_once)
|
| 117 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 254) LIMIT 1 |
0.228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:365 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:131 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:176 (initSearch)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.227
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)
/modules/jprestaspeedpack/jprestaspeedpack.php:1635 (__construct)
/classes/Hook.php:1234 (hookActionDispatcher)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:465 (exec)
/index.php:84 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12880) |
0.227
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12959) |
0.227
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 260 |
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` = 13386 |
0.226
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3633) |
0.225
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 10043) |
0.225
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 32 |
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.224
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:693 (getCurrencyInstance)
/modules/jprestaspeedpack/jprestaspeedpack.php:4540 (setCurrency)
/modules/jprestaspeedpack/jprestaspeedpack.php:2174 (getCurrencyId)
/modules/jprestaspeedpack/jprestaspeedpack.php:2039 (isCacheEnabledForCurrency)
/modules/jprestaspeedpack/jprestaspeedpack.php:2633 (canBeCached)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 84 |
UPDATE `ps_jm_pagecache_contexts` SET count_bot=count_bot+1
WHERE id=1; |
0.223
ms
|
1 |
|
|
/modules/jprestaspeedpack/classes/JprestaUtils.php:819
/modules/jprestaspeedpack/classes/PageCacheDAO.php:460 (dbExecuteSQL)
/modules/jprestaspeedpack/jprestaspeedpack.php:2691 (incrementCountBot)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12421) |
0.223
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.219
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:38 (require_once)
|
| 137 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3640) |
0.218
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2477 LIMIT 1 |
0.218
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 227 |
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` = 1254 |
0.218
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2477) |
0.218
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE * FROM `ps_jm_pagecache_sp` WHERE (date_from >= '2026-06-29 20:09:00' AND date_from <= '2026-06-29 22:09:00') OR (date_to >= '2026-06-29 20:09:00' AND date_to <= '2026-06-29 22:09:00'); |
0.217
ms
|
1 |
|
|
/modules/jprestaspeedpack/classes/JprestaUtils.php:906
/modules/jprestaspeedpack/classes/JprestaUtils.php:1143 (dbSelectRows)
/modules/jprestaspeedpack/classes/PageCacheDAO.php:386 (dbGetValue)
/modules/jprestaspeedpack/jprestaspeedpack.php:2718 (hasTriggerIn2H)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1254) |
0.217
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12960) |
0.216
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 230 |
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` = 6932 |
0.215
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 13
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('4661WM' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '4661WM')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.212
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:77
/classes/Product.php:3698 (getTaxCalculator)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5496 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 13386) |
0.212
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6932) |
0.211
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1 |
0.211
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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/1c/9f/52/1c9f52ef9c89cfb7b69f734a1da7f64b3b75d24f_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/1c/9f/52/1c9f52ef9c89cfb7b69f734a1da7f64b3b75d24f_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4606893_03119005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE `backlink_key` FROM `ps_jm_pagecache_bl` WHERE `id` = 1523 |
0.210
ms
|
513 |
|
|
/modules/jprestaspeedpack/classes/JprestaUtils.php:906
/modules/jprestaspeedpack/classes/PageCacheDAO.php:1054 (dbSelectRows)
/modules/jprestaspeedpack/jprestaspeedpack.php:4801 (insert)
/modules/jprestaspeedpack/jprestaspeedpack.php:1463 (cacheThis)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/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:84 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.208
ms
|
1 |
|
|
/classes/SpecificPrice.php:413
/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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (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.206
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:38 (require_once)
|
| 157 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7661) |
0.206
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 13187) |
0.206
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 239 |
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` = 10664 |
0.206
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 242 |
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` = 11405 |
0.206
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3640 LIMIT 1 |
0.205
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (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.204
ms
|
1 |
|
|
/classes/Language.php:1050
/config/config.inc.php:132 (loadLanguages)
/index.php:38 (require_once)
|
| 61 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tnzcookie" LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3202 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.203
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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:255 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.202
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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f451bc28_56635380)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 147 AND `id_shop` = 1 LIMIT 1 |
0.202
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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:198 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ca/e2/bc/cae2bc12769a043abeb44d075f88e4d7af924270_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4599164_75898832)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ff/e8/3d/ffe83d545142394567698546ad06652e7d05339f_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f45848b2_13039722)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/82/bf/b9/82bfb9d33c48d06691ba6705878a864b7fa08efb_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f457f266_98357830)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 245 |
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` = 12421 |
0.201
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 96 |
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.201
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/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 10043 LIMIT 1 |
0.201
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 284 |
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` = 254 LIMIT 1 |
0.200
ms
|
1 |
|
|
/classes/Category.php:1587
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:255 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 254
AND `id_shop` = 1 LIMIT 1 |
0.199
ms
|
1 |
|
|
/classes/Category.php:2434
/controllers/front/listing/CategoryController.php:162 (existsInShop)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 13 LIMIT 1 |
0.199
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)
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/1c/9f/52/1c9f52ef9c89cfb7b69f734a1da7f64b3b75d24f_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/1c/9f/52/1c9f52ef9c89cfb7b69f734a1da7f64b3b75d24f_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4606893_03119005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 257 |
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` = 13187 |
0.199
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE id FROM `ps_jm_pagecache_details` WHERE `details_md5`=MD5('{\"1\":{\"taxes\":{\"id_tax\":1},\"computation_method\":1},\"2\":{\"taxes\":{\"id_tax\":2},\"computation_method\":1}}'); |
0.198
ms
|
1 |
|
|
/modules/jprestaspeedpack/classes/JprestaUtils.php:906
/modules/jprestaspeedpack/classes/JprestaUtils.php:1143 (dbSelectRows)
/modules/jprestaspeedpack/classes/PageCacheDAO.php:951 (dbGetValue)
/modules/jprestaspeedpack/jprestaspeedpack.php:1719 (getOrCreateDetailsId)
/modules/jprestaspeedpack/jprestaspeedpack.php:2890 (getTaxManagerDetails)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 110 |
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` = 13) LIMIT 1 |
0.198
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/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "jprestaspeedpack" LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/config/smartyfront.config.inc.php:36 (isEnabled)
/config/smarty.config.inc.php:44 (require_once)
/config/config.inc.php:234 (require_once)
/index.php:38 (require_once)
|
| 214 |
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` = 3644 |
0.196
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 251 |
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` = 12959 |
0.196
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.195
ms
|
7 |
|
|
/classes/ImageType.php:141
/classes/ImageType.php:182 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:197 (getFormattedName)
/src/Adapter/Image/ImageRetriever.php:82 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/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/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 233 |
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` = 7661 |
0.195
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1 |
0.195
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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f451bc28_56635380)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 236 |
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` = 10043 |
0.193
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "superuser" LIMIT 1 |
0.193
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:2411 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2034 (isCustomerWithSpecificPricesOrPermissions)
/modules/jprestaspeedpack/jprestaspeedpack.php:2633 (canBeCached)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (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:38 (require_once)
|
| 218 |
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` = 3633 |
0.192
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 224 |
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` = 2477 |
0.191
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 13187 LIMIT 1 |
0.190
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 221 |
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` = 3640 |
0.189
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `manufacturers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.185
ms
|
7 |
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/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.184
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:38 (require_once)
|
| 123 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3644 LIMIT 1 |
0.184
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 13 LIMIT 1 |
0.184
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/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.181
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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:130 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f451bc28_56635380)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 310 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1 |
0.181
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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/1c/9f/52/1c9f52ef9c89cfb7b69f734a1da7f64b3b75d24f_2.file.footer.tpl.php:92 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/1c/9f/52/1c9f52ef9c89cfb7b69f734a1da7f64b3b75d24f_2.file.footer.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4606893_03119005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12959 LIMIT 1 |
0.180
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 254 |
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` = 12960 |
0.180
ms
|
1 |
|
|
/classes/Product.php:7175
/classes/Product.php:7259 (getProductAttributesIds)
/classes/Product.php:8086 (hasCombinations)
/classes/Product.php:8071 (getDynamicProductType)
/classes/Product.php:2641 (getProductType)
/src/Adapter/Image/ImageRetriever.php:61 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 272 |
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
|
1 |
|
|
/classes/Currency.php:1100
/classes/Currency.php:1119 (countActiveCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:123 (isMultiCurrencyActivated)
/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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f451bc28_56635380)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.179
ms
|
87 |
|
|
/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:84 (getInstance)
|
| 267 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/Cart.php:1389
/src/Adapter/Presenter/Cart/CartLazyArray.php:235 (getNbProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getProductsCount)
/var/cache/dev/smarty/compile/classic/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php:25 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b17d3d8fd9_30056334)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f451bc28_56635380)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.178
ms
|
1486 |
|
|
/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:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3633 LIMIT 1 |
0.177
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 11405) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 254 AND `id_shop` = 1 |
0.177
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:365 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:131 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:176 (initSearch)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 13386 LIMIT 1 |
0.176
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.175
ms
|
1 |
|
|
/classes/module/Module.php:2168
/classes/Hook.php:1043 (getExceptionsStatic)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.175
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/tax/TaxRulesTaxManager.php:93 (__construct)
/modules/jprestaspeedpack/classes/JprestaUtilsTaxManager.php:121 (getTaxCalculator)
/modules/jprestaspeedpack/jprestaspeedpack.php:1718 (toJson)
/modules/jprestaspeedpack/jprestaspeedpack.php:2890 (getTaxManagerDetails)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3644) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12421 LIMIT 1 |
0.175
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pm_advancedcookiebanner" LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3367 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.173
ms
|
7 |
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/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2477) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12880 LIMIT 1 |
0.173
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
0.172
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:693 (getCurrencyInstance)
/modules/jprestaspeedpack/jprestaspeedpack.php:4540 (setCurrency)
/modules/jprestaspeedpack/jprestaspeedpack.php:2174 (getCurrencyId)
/modules/jprestaspeedpack/jprestaspeedpack.php:2039 (isCacheEnabledForCurrency)
/modules/jprestaspeedpack/jprestaspeedpack.php:2633 (canBeCached)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'nl-nl'
OR `language_code` = 'nl-nl' LIMIT 1 |
0.172
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/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12960 AND `id_group` = 1 LIMIT 1 |
0.172
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 13 |
0.171
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/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.170
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/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10043) 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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1 |
0.169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/tax/TaxRulesTaxManager.php:93 (__construct)
/modules/jprestaspeedpack/classes/JprestaUtilsTaxManager.php:121 (getTaxCalculator)
/modules/jprestaspeedpack/jprestaspeedpack.php:1718 (toJson)
/modules/jprestaspeedpack/jprestaspeedpack.php:2890 (getTaxManagerDetails)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/classes/Group.php:388 (isAssociatedToShop)
/classes/Cart.php:262 (getCurrent)
/classes/Cart.php:226 (setTaxCalculationMethod)
/modules/jprestaspeedpack/jprestaspeedpack.php:1635 (__construct)
/classes/Hook.php:1234 (hookActionDispatcher)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:465 (exec)
/index.php:84 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 11405 LIMIT 1 |
0.169
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 254
AND `id_shop` = 1 LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/Category.php:2434
/controllers/front/listing/CategoryController.php:90 (existsInShop)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `suppliers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.168
ms
|
7 |
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/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/module/Module.php:2267
/modules/jprestaspeedpack/jprestaspeedpack.php:3474 (isEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1254 LIMIT 1 |
0.167
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 212 |
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` = 254 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/Category.php:1376
/classes/Product.php:717 (getLinkRewrite)
/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)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12959) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3633 AND `id_group` = 1 LIMIT 1 |
0.166
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 6932) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2026-06-29 00:00:00' AND '2026-06-29 23:59:59' LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/SpecificPrice.php:364
/classes/SpecificPrice.php:535 (computeExtraConditions)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12880) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'nl-nl'
OR `language_code` = 'nl-nl' LIMIT 1 |
0.164
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/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3633) 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:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 7661 LIMIT 1 |
0.164
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 10664 LIMIT 1 |
0.164
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `stores` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.163
ms
|
7 |
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/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3640) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 10043 AND `id_group` = 1 LIMIT 1 |
0.163
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.162
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:38 (require_once)
|
| 65 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "systemina_employeefilter" LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3354 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12960 LIMIT 1 |
0.162
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.162
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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f451bc28_56635380)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.161
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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f451bc28_56635380)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2477 AND `id_group` = 1 LIMIT 1 |
0.161
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 6932 LIMIT 1 |
0.161
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 13 LIMIT 1 |
0.161
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)
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f451bc28_56635380)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Category.php:1592
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:255 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/Group.php:131
/classes/Product.php:3740 (getReductionByIdGroup)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 13386) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM ps_shop s |
0.158
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)
/modules/jprestaspeedpack/classes/JprestaUtilsTaxManager.php:121 (getTaxCalculator)
/modules/jprestaspeedpack/jprestaspeedpack.php:1718 (toJson)
/modules/jprestaspeedpack/jprestaspeedpack.php:2890 (getTaxManagerDetails)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10664) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12421) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.156
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/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "bvkseodispatcher" LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2234 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:227 (isInstalled)
: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:327 (exec)
/index.php:84 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 6932 AND `id_group` = 1 LIMIT 1 |
0.155
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7661) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1 |
0.155
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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f451bc28_56635380)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE context_key FROM `ps_jm_pagecache_contexts` WHERE id = 1 |
0.154
ms
|
1 |
|
|
/modules/jprestaspeedpack/classes/JprestaUtils.php:906
/modules/jprestaspeedpack/classes/JprestaUtils.php:1143 (dbSelectRows)
/modules/jprestaspeedpack/classes/PageCacheDAO.php:780 (dbGetValue)
/modules/jprestaspeedpack/jprestaspeedpack.php:2647 (getContextKeyById)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.154
ms
|
1 |
|
|
/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/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3644 AND `id_group` = 1 LIMIT 1 |
0.154
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 10664 AND `id_group` = 1 LIMIT 1 |
0.154
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12960) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1 |
0.154
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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:130 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f451bc28_56635380)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1254) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 11405 AND `id_group` = 1 LIMIT 1 |
0.151
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_mainmenu" LIMIT 1 |
0.151
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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:130 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f451bc28_56635380)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "deluxecookies" LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3189 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12959 AND `id_group` = 1 LIMIT 1 |
0.149
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 2 |
0.149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/tax/TaxRulesTaxManager.php:93 (__construct)
/modules/jprestaspeedpack/classes/JprestaUtilsTaxManager.php:121 (getTaxCalculator)
/modules/jprestaspeedpack/jprestaspeedpack.php:1718 (toJson)
/modules/jprestaspeedpack/jprestaspeedpack.php:2890 (getTaxManagerDetails)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 135 AND `id_shop` = 1 LIMIT 1 |
0.148
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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f451bc28_56635380)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.148
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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f451bc28_56635380)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 167 AND `id_shop` = 1 LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/module/Module.php:2267
/config/smartyfront.config.inc.php:36 (isEnabled)
/config/smarty.config.inc.php:44 (require_once)
/config/config.inc.php:234 (require_once)
/index.php:38 (require_once)
|
| 46 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 2) LIMIT 1 |
0.147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/tax/TaxRulesTaxManager.php:93 (__construct)
/modules/jprestaspeedpack/classes/JprestaUtilsTaxManager.php:121 (getTaxCalculator)
/modules/jprestaspeedpack/jprestaspeedpack.php:1718 (toJson)
/modules/jprestaspeedpack/jprestaspeedpack.php:2890 (getTaxManagerDetails)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 13187) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2026-06-29 00:00:00' AND '2026-06-29 23:59:59' LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/SpecificPrice.php:368
/classes/SpecificPrice.php:535 (computeExtraConditions)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.147
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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f451bc28_56635380)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 254 AND ctg.`id_group` = 1 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Category.php:1754
/controllers/front/listing/CategoryController.php:131 (checkAccess)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "gdprpro" LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3088 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12421 AND `id_group` = 1 LIMIT 1 |
0.145
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/config/config.inc.php:205 (isAssociatedToShop)
/index.php:38 (require_once)
|
| 269 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.143
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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f451bc28_56635380)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/classes/Tools.php:697 (isAssociatedToShop)
/modules/jprestaspeedpack/jprestaspeedpack.php:4540 (setCurrency)
/modules/jprestaspeedpack/jprestaspeedpack.php:2174 (getCurrencyId)
/modules/jprestaspeedpack/jprestaspeedpack.php:2039 (isCacheEnabledForCurrency)
/modules/jprestaspeedpack/jprestaspeedpack.php:2633 (canBeCached)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ultimateimagetool" LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3421 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "priceswitcher" LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3469 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 13 LIMIT 1 |
0.141
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/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1254 AND `id_group` = 1 LIMIT 1 |
0.140
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3640 AND `id_group` = 1 LIMIT 1 |
0.139
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 13386 AND `id_group` = 1 LIMIT 1 |
0.138
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 145 AND `id_shop` = 1 LIMIT 1 |
0.138
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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:130 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7d/7e/db/7d7edb4d41c6a9d7672cada7aee1242a8f21e6c6_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f451bc28_56635380)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/f9/88/6bf988af19e5d6d5724e9a3f9e9de53002585514_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44ba8a3_40116886)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ee/5c/8a/ee5c8a9af45ebc89526a8842ce1b63e856e668e3_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44b1e69_89103871)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/dc/2b/f5dc2b0fe1b5c99177f7cd6144640522af2c0d3c_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f44a1535_92965986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/dev/smarty/compile/classiclayouts_layout_left_column_tpl/55/81/c1/5581c1ddcb534ecf4a0d33a87acc16fd50e89c0b_2.file.category.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a42b1f4491c28_12127797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/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:84 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "lgcookieslaw" LIMIT 1 |
0.138
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3207 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12880 AND `id_group` = 1 LIMIT 1 |
0.138
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "eugeneraldatapro" LIMIT 1 |
0.137
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3568 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ageverify" LIMIT 1 |
0.136
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3101 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 12421
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.136
ms
|
0 |
|
|
/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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "uecookie" LIMIT 1 |
0.134
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3124 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "idxcookies" LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3129 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "cookiebanner" LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3403 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 13187 AND `id_group` = 1 LIMIT 1 |
0.131
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 7661 AND `id_group` = 1 LIMIT 1 |
0.131
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)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:84 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "smartseourl" LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:4697 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2378 (getControllerInstance)
/modules/jprestaspeedpack/jprestaspeedpack.php:2036 (isRestrictedCountry)
/modules/jprestaspeedpack/jprestaspeedpack.php:2633 (canBeCached)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "groupinc" LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:2436 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2034 (isCustomerWithSpecificPricesOrPermissions)
/modules/jprestaspeedpack/jprestaspeedpack.php:2633 (canBeCached)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "vpc" LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3584 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "hicookielaw" LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3429 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "cookiesplus" LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3276 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "kbgdpr" LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3118 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nxtalpricetaxswitcher" LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3549 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "wkexitpopup" LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3574 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "creativeelements" LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:2481 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2045 (isInEditionWithCreativeElements)
/modules/jprestaspeedpack/jprestaspeedpack.php:2633 (canBeCached)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "shaim_gdpr" LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:2449 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2034 (isCustomerWithSpecificPricesOrPermissions)
/modules/jprestaspeedpack/jprestaspeedpack.php:2633 (canBeCached)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "generaldataprotectionregulation" LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3094 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "webpgenerator" LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3408 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ageverifyer" LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3111 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "dm_cookies" LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3491 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "cm_cookielaw" LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3445 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "idxrcookies" LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3145 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "medcookiefirst" LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3344 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitthemeeditor" LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3579 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ec_cookies" LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3161 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "validatevatnumber" LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3174 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "megacookies" LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3179 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iubenda" LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3474 (isEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "autolanguagecurrency" LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:2266 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2035 (isGoingToBeRedirected)
/modules/jprestaspeedpack/jprestaspeedpack.php:2633 (canBeCached)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pm_applepay" LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:3558 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2898 (getJprestaCacheKeySpecifics)
/modules/jprestaspeedpack/jprestaspeedpack.php:2640 (getCacheKeyInfos)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "configb2b" LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:2277 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2035 (isGoingToBeRedirected)
/modules/jprestaspeedpack/jprestaspeedpack.php:2633 (canBeCached)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pkamp" LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/module/Module.php:2778
/modules/jprestaspeedpack/classes/JprestaUtils.php:1509 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:2291 (isModuleEnabled)
/modules/jprestaspeedpack/jprestaspeedpack.php:2035 (isGoingToBeRedirected)
/modules/jprestaspeedpack/jprestaspeedpack.php:2633 (canBeCached)
/modules/jprestaspeedpack/jprestaspeedpack.php:1517 (displayCacheIfExists)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/index.php:84 (dispatch)
|