121 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`,
pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
image_shop.`id_image` id_image, il.`legend`, m.`name` as manufacturer_name, cl.`name` AS category_default, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2024-12-02 00:00:00",
INTERVAL 120 DAY
)
) > 0 AS new
FROM `ps2_accessory`
LEFT JOIN `ps2_product` p ON p.`id_product` = `id_product_2`
INNER JOIN ps2_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps2_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN `ps2_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 2 AND pl.id_shop = 1
)
LEFT JOIN `ps2_category_lang` cl ON (
product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 2 AND cl.id_shop = 1
)
LEFT JOIN `ps2_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps2_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 2)
LEFT JOIN `ps2_manufacturer` m ON (p.`id_manufacturer`= m.`id_manufacturer`)
LEFT JOIN ps2_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE `id_product_1` = 822 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product |
17.370
ms
|
10 |
|
Yes
|
/classes/Product.php:4702
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
120 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps2_attribute` a
LEFT JOIN `ps2_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps2_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
LEFT JOIN `ps2_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps2_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps2_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
INNER JOIN ps2_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 822 |
14.942
ms
|
7 |
|
|
/classes/Product.php:7563
/controllers/front/ProductController.php:866 (getAttributesInformationsByProduct)
/controllers/front/ProductController.php:373 (assignAttributesCombinations)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
482 |
SELECT SQL_NO_CACHE p.id_product_label, p.id_type, p.priority, p.id_shop, IFNULL(p.start_date, "") as start_date, IFNULL(p.end_date, "") as end_date,
IFNULL(lt.text_content, IFNULL(lt2.text_content, NULL)) as label_text_content,
l.bg_color as label_bg_color, l.text_font as label_text_font, l.text_color as label_text_color,
l.text_size as label_text_size, l.position as label_position, l.is_resize as label_is_resize,
IFNULL(ba.id_background, IFNULL(ba2.id_background, NULL)) as id_background,
IFNULL(ba.image, IFNULL(ba2.image, NULL)) as image,
IFNULL(ba.is_perso, IFNULL(ba2.is_perso, NULL)) as is_perso,
IFNULL(ba.id_lang, IFNULL(ba2.id_lang, NULL)) as id_lang , bt.id_lang, IFNULL(bt.text_content, IFNULL(bt2.text_content, NULL)) as banner_text_content,
b.text_color as banner_text_color, b.bg_color as banner_bg_color FROM ps2_productlabel as p LEFT JOIN ps2_productlabel_banner as b ON b.id_product_label = p.id_product_label
LEFT JOIN ps2_productlabel_banner_text as bt ON (bt.id_banner = b.id_banner AND bt.id_lang = 2)
LEFT JOIN ps2_productlabel_banner_text as bt2 ON (bt2.id_banner = b.id_banner AND bt2.id_lang = 1) LEFT JOIN ps2_productlabel_item as i ON i.id_product_label = p.id_product_label
LEFT JOIN ps2_productlabel_label as l ON l.id_product_label = p.id_product_label
LEFT JOIN ps2_productlabel_label_text as lt ON (lt.id_label = l.id_label AND lt.id_lang = 2)
LEFT JOIN ps2_productlabel_label_text as lt2 ON (lt2.id_label = l.id_label AND lt2.id_lang = 1)
LEFT JOIN ps2_productlabel_background as ba ON (ba.id_label = l.id_label AND ba.id_lang = 2)
LEFT JOIN ps2_productlabel_background as ba2 ON (ba2.id_label = l.id_label AND ba2.id_lang = 1)
WHERE ((i.id_item = 822 AND i.type_item = "Product") OR
(i.id_item = 19 AND i.type_item = "Category") OR
(i.type_item = "Category" AND i.id_item = (SELECT DISTINCT(cp.id_category) FROM ps2_category_product as cp
WHERE cp.id_category = i.id_item AND cp.id_product = 822)))
AND p.status = 1
AND p.id_shop = 1
AND ((start_date <= "2024-12-02" OR start_date = "0000-00-00")
AND (end_date >= "2024-12-02" OR end_date = "0000-00-00"))
ORDER BY p.priority ASC LIMIT 1 |
10.946
ms
|
4 |
Yes
|
|
/modules/productlabel/classes/ProductLabelDAO.php:731
/modules/productlabel/productlabel.php:412 (getManualPlContent)
/modules/productlabel/productlabel.php:311 (getProductLabelContent)
/classes/Hook.php:1077 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/a8/a4/ac/a8a4ace4228f76fbb85e40a95e1e598f469a448c_2.file.product-prices.tpl.php:48 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b57833824_87461940)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/a6/f3/b6/a6f3b629db417e166dc3ee2386d368172feeb7b1_2.file.product-information.tpl.php:133 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/a6/f3/b6/a6f3b629db417e166dc3ee2386d368172feeb7b1_2.file.product-information.tpl.php:219 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/a6/f3/b6/a6f3b629db417e166dc3ee2386d368172feeb7b1_2.file.product-information.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b577e1a08_91045460)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:251 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
3 |
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 `ps2_configuration` c
LEFT JOIN `ps2_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
9.904
ms
|
1400 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
17 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps2_module` m
INNER JOIN ps2_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps2_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps2_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps2_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` |
7.319
ms
|
160 |
Yes
|
Yes
|
/classes/Hook.php:1267
/classes/Hook.php:735 (getAllHookRegistrations)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
483 |
SELECT SQL_NO_CACHE p.id_product_label, p.priority, p.id_shop, p.id_type,
IFNULL(lt.text_content, IFNULL(lt2.text_content, NULL)) as label_text_content,
l.bg_color as label_bg_color, l.text_font as label_text_font, l.text_color as label_text_color,
l.text_size as label_text_size, l.position as label_position, l.is_resize as label_is_resize,
IFNULL(ba.id_background, IFNULL(ba2.id_background, NULL)) as id_background,
IFNULL(ba.image, IFNULL(ba2.image, NULL)) as image,
IFNULL(ba.is_perso, IFNULL(ba2.is_perso, NULL)) as is_perso,
IFNULL(ba.id_lang, IFNULL(ba2.id_lang, NULL)) as id_lang , bt.id_lang, IFNULL(bt.text_content, IFNULL(bt2.text_content, NULL)) as banner_text_content,
b.text_color as banner_text_color, b.bg_color as banner_bg_color FROM ps2_productlabel as p LEFT JOIN ps2_productlabel_banner as b ON b.id_product_label = p.id_product_label
LEFT JOIN ps2_productlabel_banner_text as bt ON (bt.id_banner = b.id_banner AND bt.id_lang = 2)
LEFT JOIN ps2_productlabel_banner_text as bt2 ON (bt2.id_banner = b.id_banner AND bt2.id_lang = 1) LEFT JOIN ps2_productlabel_label as l ON l.id_product_label = p.id_product_label
LEFT JOIN ps2_productlabel_label_text as lt ON (lt.id_label = l.id_label AND lt.id_lang = 2)
LEFT JOIN ps2_productlabel_label_text as lt2 ON (lt2.id_label = l.id_label AND lt2.id_lang = 1)
LEFT JOIN ps2_productlabel_background as ba ON (ba.id_label = l.id_label AND ba.id_lang = 2)
LEFT JOIN ps2_productlabel_background as ba2 ON (ba2.id_label = l.id_label AND ba2.id_lang = 1)
WHERE p.id_type = 1
AND p.status = 1
AND p.id_shop = 1
ORDER BY p.priority ASC LIMIT 1 |
6.305
ms
|
4 |
Yes
|
|
/modules/productlabel/classes/ProductLabelDAO.php:675
/modules/productlabel/productlabel.php:420 (getPromoPlContent)
/modules/productlabel/productlabel.php:311 (getProductLabelContent)
/classes/Hook.php:1077 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/a8/a4/ac/a8a4ace4228f76fbb85e40a95e1e598f469a448c_2.file.product-prices.tpl.php:48 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b57833824_87461940)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/a6/f3/b6/a6f3b629db417e166dc3ee2386d368172feeb7b1_2.file.product-information.tpl.php:133 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/a6/f3/b6/a6f3b629db417e166dc3ee2386d368172feeb7b1_2.file.product-information.tpl.php:219 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/a6/f3/b6/a6f3b629db417e166dc3ee2386d368172feeb7b1_2.file.product-information.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b577e1a08_91045460)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:251 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
375 |
SELECT SQL_NO_CACHE pac2.`id_attribute` FROM `ps2_product_attribute_combination` pac2 WHERE pac2.`id_product_attribute` IN (0,2342)
AND pac2.id_attribute NOT IN (101) |
5.975
ms
|
15 |
|
|
/controllers/front/ProductController.php:788
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
16 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps2_hook` h
WHERE (h.active = 1) |
3.888
ms
|
1039 |
|
|
/classes/Hook.php:1366
/classes/Hook.php:811 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
350 |
SELECT SQL_NO_CACHE e.*, el.`title`, el.`content`
FROM `ps2_zproduct_extra_field` e
LEFT JOIN `ps2_zproduct_extra_field_lang` el
ON (el.`id_zproduct_extra_field` = e.`id_zproduct_extra_field` AND el.`id_lang` = 2)
WHERE e.`id_shop` = 1 AND e.`active` = 1
ORDER BY e.position |
3.291
ms
|
9 |
Yes
|
|
/modules/zoneproductadditional/classes/ZProductExtraField.php:260
/modules/zoneproductadditional/zoneproductadditional.php:798 (getFieldsByProductId)
/classes/Hook.php:1077 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1209 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
377 |
SELECT SQL_NO_CACHE pac2.`id_attribute` FROM `ps2_product_attribute_combination` pac2 WHERE pac2.`id_product_attribute` IN (0,2342)
AND pac2.id_attribute NOT IN (101,811) |
3.117
ms
|
15 |
|
|
/controllers/front/ProductController.php:788
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
99 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps2_tag t
LEFT JOIN ps2_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=822 |
3.105
ms
|
7 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/Product.php:40 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
210 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps2_attribute` a
LEFT JOIN `ps2_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps2_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps2_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps2_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps2_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `ps2_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 353
AND pac.`id_product_attribute` = 1236
AND agl.`id_lang` = 2 |
3.092
ms
|
9 |
|
|
/classes/Product.php:7534
/classes/Product.php:5857 (getAttributesParams)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
159 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps2_feature_product pf
LEFT JOIN ps2_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps2_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps2_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps2_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 105
ORDER BY f.position ASC |
3.071
ms
|
14 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
112 |
SELECT SQL_NO_CACHE *
FROM `ps2_category` a
LEFT JOIN `ps2_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps2_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) AND (b.`id_shop` = 1) LIMIT 1 |
2.986
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/ProductController.php:303 (__construct)
/controllers/front/ProductController.php:170 (initializeCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
111 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps2_category_product` cp
INNER JOIN `ps2_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 822 AND ctg.`id_group` = 1 LIMIT 1 |
2.629
ms
|
7 |
|
|
/classes/Product.php:6740
/classes/Product.php:6717 (checkAccessStatic)
/controllers/front/ProductController.php:265 (checkAccess)
/controllers/front/ProductController.php:167 (checkPermissionsToViewProduct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
22 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps2_meta` m
LEFT JOIN `ps2_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
2.626
ms
|
56 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
7 |
SELECT SQL_NO_CACHE *
FROM `ps2_country` a
LEFT JOIN `ps2_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps2_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 10) LIMIT 1 |
2.559
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:27 (require)
|
485 |
SELECT SQL_NO_CACHE p.id_product_label, p.id_type, GROUP_CONCAT(CONCAT(a.attribute, ",", a.attribute_value) separator ";") as attr, p.priority, p.id_shop,
IFNULL(lt.text_content, IFNULL(lt2.text_content, NULL)) as label_text_content,
l.bg_color as label_bg_color, l.text_font as label_text_font, l.text_color as label_text_color,
l.text_size as label_text_size, l.position as label_position, l.is_resize as label_is_resize,
IFNULL(ba.id_background, IFNULL(ba2.id_background, NULL)) as id_background,
IFNULL(ba.image, IFNULL(ba2.image, NULL)) as image,
IFNULL(ba.is_perso, IFNULL(ba2.is_perso, NULL)) as is_perso,
IFNULL(ba.id_lang, IFNULL(ba2.id_lang, NULL)) as id_lang , bt.id_lang, IFNULL(bt.text_content, IFNULL(bt2.text_content, NULL)) as banner_text_content,
b.text_color as banner_text_color, b.bg_color as banner_bg_color FROM ps2_productlabel as p LEFT JOIN ps2_productlabel_banner as b ON b.id_product_label = p.id_product_label
LEFT JOIN ps2_productlabel_banner_text as bt ON (bt.id_banner = b.id_banner AND bt.id_lang = 2)
LEFT JOIN ps2_productlabel_banner_text as bt2 ON (bt2.id_banner = b.id_banner AND bt2.id_lang = 1) RIGHT JOIN ps2_productlabel_attribute as a ON a.id_product_label = p.id_product_label
LEFT JOIN ps2_productlabel_label as l ON l.id_product_label = p.id_product_label
LEFT JOIN ps2_productlabel_label_text as lt ON (lt.id_label = l.id_label AND lt.id_lang = 2)
LEFT JOIN ps2_productlabel_label_text as lt2 ON (lt2.id_label = l.id_label AND lt2.id_lang = 1)
LEFT JOIN ps2_productlabel_background as ba ON (ba.id_label = l.id_label AND ba.id_lang = 2)
LEFT JOIN ps2_productlabel_background as ba2 ON (ba2.id_label = l.id_label AND ba2.id_lang = 1)
WHERE p.id_type = 3
AND p.status = 1
AND p.id_shop = 1
GROUP BY p.id_product_label
ORDER BY p.priority ASC, p.id_product_label DESC LIMIT 1 |
2.555
ms
|
2 |
Yes
|
|
/modules/productlabel/classes/ProductLabelDAO.php:908
/modules/productlabel/productlabel.php:436 (getBestAttrPlContent)
/modules/productlabel/productlabel.php:311 (getProductLabelContent)
/classes/Hook.php:1077 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/a8/a4/ac/a8a4ace4228f76fbb85e40a95e1e598f469a448c_2.file.product-prices.tpl.php:48 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b57833824_87461940)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/a6/f3/b6/a6f3b629db417e166dc3ee2386d368172feeb7b1_2.file.product-information.tpl.php:133 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/a6/f3/b6/a6f3b629db417e166dc3ee2386d368172feeb7b1_2.file.product-information.tpl.php:219 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/a6/f3/b6/a6f3b629db417e166dc3ee2386d368172feeb7b1_2.file.product-information.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b577e1a08_91045460)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:251 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
229 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps2_attribute` a
LEFT JOIN `ps2_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps2_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps2_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps2_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps2_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `ps2_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 369
AND pac.`id_product_attribute` = 4220
AND agl.`id_lang` = 2 |
2.509
ms
|
18 |
|
|
/classes/Product.php:7534
/classes/Product.php:5857 (getAttributesParams)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
116 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps2_category` c
INNER JOIN ps2_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps2_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 2 AND cl.id_shop = 1 )
LEFT JOIN `ps2_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 19
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
2.508
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/controllers/front/ProductController.php:897 (getSubCategories)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
484 |
SELECT SQL_NO_CACHE p.id_product_label, p.id_type, a.attribute, a.attribute_value, p.priority, p.id_shop,
IFNULL(lt.text_content, IFNULL(lt2.text_content, NULL)) as label_text_content,
l.bg_color as label_bg_color, l.text_font as label_text_font, l.text_color as label_text_color,
l.text_size as label_text_size, l.position as label_position, l.is_resize as label_is_resize,
IFNULL(ba.id_background, IFNULL(ba2.id_background, NULL)) as id_background,
IFNULL(ba.image, IFNULL(ba2.image, NULL)) as image,
IFNULL(ba.is_perso, IFNULL(ba2.is_perso, NULL)) as is_perso,
IFNULL(ba.id_lang, IFNULL(ba2.id_lang, NULL)) as id_lang , bt.id_lang, IFNULL(bt.text_content, IFNULL(bt2.text_content, NULL)) as banner_text_content,
b.text_color as banner_text_color, b.bg_color as banner_bg_color FROM ps2_productlabel as p LEFT JOIN ps2_productlabel_banner as b ON b.id_product_label = p.id_product_label
LEFT JOIN ps2_productlabel_banner_text as bt ON (bt.id_banner = b.id_banner AND bt.id_lang = 2)
LEFT JOIN ps2_productlabel_banner_text as bt2 ON (bt2.id_banner = b.id_banner AND bt2.id_lang = 1) RIGHT JOIN ps2_productlabel_attribute as a ON a.id_product_label = p.id_product_label
LEFT JOIN ps2_productlabel_label as l ON l.id_product_label = p.id_product_label
LEFT JOIN ps2_productlabel_label_text as lt ON (lt.id_label = l.id_label AND lt.id_lang = 2)
LEFT JOIN ps2_productlabel_label_text as lt2 ON (lt2.id_label = l.id_label AND lt2.id_lang = 1)
LEFT JOIN ps2_productlabel_background as ba ON (ba.id_label = l.id_label AND ba.id_lang = 2)
LEFT JOIN ps2_productlabel_background as ba2 ON (ba2.id_label = l.id_label AND ba2.id_lang = 1)
WHERE p.id_type = 2
AND p.status = 1
AND p.id_shop = 1
ORDER BY p.priority ASC LIMIT 1 |
2.254
ms
|
2 |
Yes
|
|
/modules/productlabel/classes/ProductLabelDAO.php:780
/modules/productlabel/productlabel.php:428 (getNewAttrPlContent)
/modules/productlabel/productlabel.php:311 (getProductLabelContent)
/classes/Hook.php:1077 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/a8/a4/ac/a8a4ace4228f76fbb85e40a95e1e598f469a448c_2.file.product-prices.tpl.php:48 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b57833824_87461940)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/a6/f3/b6/a6f3b629db417e166dc3ee2386d368172feeb7b1_2.file.product-information.tpl.php:133 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/a6/f3/b6/a6f3b629db417e166dc3ee2386d368172feeb7b1_2.file.product-information.tpl.php:219 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/a6/f3/b6/a6f3b629db417e166dc3ee2386d368172feeb7b1_2.file.product-information.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b577e1a08_91045460)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:251 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
81 |
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 `ps2_hook_module` hm
STRAIGHT_JOIN `ps2_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps2_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
2.240
ms
|
660 |
|
|
/classes/Hook.php:456
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:6898 (getManager)
/classes/Product.php:741 (getTaxesRate)
/override/classes/Product.php:40 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
77 |
SELECT SQL_NO_CACHE *
FROM `ps2_product` a
LEFT JOIN `ps2_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps2_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 822) AND (b.`id_shop` = 1) LIMIT 1 |
2.188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
371 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`,
pal.`available_now`, pal.`available_later`
FROM `ps2_product_attribute` pa
INNER JOIN ps2_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps2_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps2_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 2)
LEFT JOIN `ps2_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps2_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps2_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps2_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps2_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps2_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 822
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
2.185
ms
|
7 |
Yes
|
Yes
|
/classes/Product.php:4598
/controllers/front/ProductController.php:644 (getAttributesGroups)
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
374 |
SELECT SQL_NO_CACHE pac.`id_product_attribute`
FROM `ps2_product_attribute_combination` pac
INNER JOIN `ps2_product_attribute` pa ON pa.id_product_attribute = pac.id_product_attribute
WHERE id_product = 822 AND id_attribute IN (101)
GROUP BY id_product_attribute
HAVING COUNT(id_product) = 1 |
2.174
ms
|
1 |
Yes
|
|
/controllers/front/ProductController.php:777
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
80 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps2_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps2_hook_alias` ha
INNER JOIN `ps2_hook` h ON ha.name = h.name |
2.096
ms
|
0 |
|
|
/classes/Hook.php:1326
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:6898 (getManager)
/classes/Product.php:741 (getTaxesRate)
/override/classes/Product.php:40 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
148 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps2_image` i
INNER JOIN ps2_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 105
AND image_shop.`cover` = 1 LIMIT 1 |
2.088
ms
|
9 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
486 |
SELECT SQL_NO_CACHE p.id_product_label, p.id_type, a.attribute, a.attribute_value, p.priority, p.id_shop,
IFNULL(lt.text_content, IFNULL(lt2.text_content, NULL)) as label_text_content,
l.bg_color as label_bg_color, l.text_font as label_text_font, l.text_color as label_text_color,
l.text_size as label_text_size, l.position as label_position, l.is_resize as label_is_resize,
IFNULL(ba.id_background, IFNULL(ba2.id_background, NULL)) as id_background,
IFNULL(ba.image, IFNULL(ba2.image, NULL)) as image,
IFNULL(ba.is_perso, IFNULL(ba2.is_perso, NULL)) as is_perso,
IFNULL(ba.id_lang, IFNULL(ba2.id_lang, NULL)) as id_lang , bt.id_lang, IFNULL(bt.text_content, IFNULL(bt2.text_content, NULL)) as banner_text_content,
b.text_color as banner_text_color, b.bg_color as banner_bg_color
FROM ps2_productlabel as p
LEFT JOIN ps2_productlabel_banner as b ON b.id_product_label = p.id_product_label
LEFT JOIN ps2_productlabel_banner_text as bt ON (bt.id_banner = b.id_banner AND bt.id_lang = 2)
LEFT JOIN ps2_productlabel_banner_text as bt2 ON (bt2.id_banner = b.id_banner AND bt2.id_lang = 1) RIGHT JOIN ps2_productlabel_attribute as a ON a.id_product_label = p.id_product_label
LEFT JOIN ps2_productlabel_label as l ON l.id_product_label = p.id_product_label
LEFT JOIN ps2_productlabel_label_text as lt ON (lt.id_label = l.id_label AND lt.id_lang = 2)
LEFT JOIN ps2_productlabel_label_text as lt2 ON (lt2.id_label = l.id_label AND lt2.id_lang = 1)
LEFT JOIN ps2_productlabel_background as ba ON (ba.id_label = l.id_label AND ba.id_lang = 2)
LEFT JOIN ps2_productlabel_background as ba2 ON (ba2.id_label = l.id_label AND ba2.id_lang = 1)
WHERE p.id_type = 5
AND p.status = 1
AND p.id_shop = 1
ORDER BY p.priority ASC LIMIT 1 |
2.051
ms
|
2 |
Yes
|
|
/modules/productlabel/classes/ProductLabelDAO.php:845
/modules/productlabel/productlabel.php:444 (getShippingAttrPlContent)
/modules/productlabel/productlabel.php:311 (getProductLabelContent)
/classes/Hook.php:1077 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/a8/a4/ac/a8a4ace4228f76fbb85e40a95e1e598f469a448c_2.file.product-prices.tpl.php:48 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b57833824_87461940)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/a6/f3/b6/a6f3b629db417e166dc3ee2386d368172feeb7b1_2.file.product-information.tpl.php:133 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/a6/f3/b6/a6f3b629db417e166dc3ee2386d368172feeb7b1_2.file.product-information.tpl.php:219 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/a6/f3/b6/a6f3b629db417e166dc3ee2386d368172feeb7b1_2.file.product-information.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b577e1a08_91045460)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:251 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
104 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps2_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 19 LIMIT 1 |
2.045
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:40 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
327 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps2_image` i
INNER JOIN ps2_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps2_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 369
ORDER BY `position` |
1.998
ms
|
9 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
301 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps2_feature_product pf
LEFT JOIN ps2_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps2_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps2_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps2_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 820
ORDER BY f.position ASC |
1.997
ms
|
14 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
370 |
SELECT SQL_NO_CACHE *
FROM `ps2_manufacturer` a
LEFT JOIN `ps2_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps2_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 16) LIMIT 1 |
1.984
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/controllers/front/ProductController.php:438 (__construct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
19 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps2_hook` |
1.893
ms
|
1039 |
|
|
/classes/Hook.php:1326
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:851 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
23 |
SELECT SQL_NO_CACHE * FROM `ps2_currency` c ORDER BY `iso_code` ASC |
1.828
ms
|
11 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
100 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps2_stock_available`
WHERE (id_product = 822) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.789
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7866 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:40 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
6 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps2_lang` l
LEFT JOIN `ps2_lang_shop` ls ON (l.id_lang = ls.id_lang) |
1.777
ms
|
2 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
287 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps2_image` i
INNER JOIN ps2_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 820
AND image_shop.`cover` = 1 LIMIT 1 |
1.731
ms
|
14 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
232 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps2_image` i
INNER JOIN ps2_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 508
AND image_shop.`cover` = 1 LIMIT 1 |
1.643
ms
|
13 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
419 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps2_smarty_last_flush` WHERE type='compile' LIMIT 1 |
1.640
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:96
/classes/Smarty/SmartyCustom.php:120 (check_compile_cache_invalidation)
/classes/module/Module.php:2289 (createTemplate)
/modules/ps_feeder/ps_feeder.php:96 (fetch)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:17 (initContent)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
158 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps2_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 105 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps2_cart_product` cp JOIN `ps2_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps2_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` = 105 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.604
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
347 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`,
pal.`available_now`, pal.`available_later`
FROM `ps2_product_attribute` pa
INNER JOIN ps2_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps2_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps2_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 2)
LEFT JOIN `ps2_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps2_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps2_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps2_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps2_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps2_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 822
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
AND product_attribute_shop.`id_product_attribute` = 2342 GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
1.595
ms
|
14 |
Yes
|
Yes
|
/classes/Product.php:4598
/controllers/front/ProductController.php:1308 (getAttributesGroups)
/controllers/front/ProductController.php:1259 (findProductCombinationById)
/controllers/front/ProductController.php:1206 (getProductMinimalQuantity)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
74 |
SELECT SQL_NO_CACHE *
FROM `ps2_group` a
LEFT JOIN `ps2_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
1.582
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
420 |
SELECT SQL_NO_CACHE *
FROM `ps2_whatsappchatblock_agent` LEFT JOIN `ps2_whatsappchatblock_agent_lang` ON (`ps2_whatsappchatblock_agent`.`id_whatsappchatblock_agent` = `ps2_whatsappchatblock_agent_lang`.`id_whatsappchatblock_agent` AND `id_lang` = 2) WHERE 1 = 1 AND `active` = 1 ORDER BY position |
1.579
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlockAgent.php:71
/modules/whatsappchat/whatsappchat.php:291 (getWhatsappChatAgents)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:17 (initContent)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
1 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps2_shop_url su
LEFT JOIN ps2_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'mollaian.online' OR su.domain_ssl = 'mollaian.online')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
1.547
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
339 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps2_image` i
INNER JOIN ps2_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps2_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 543
ORDER BY `position` |
1.453
ms
|
17 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
84 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps2_product_attribute pa
INNER JOIN ps2_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 = 822 LIMIT 1 |
1.384
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:40 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
78 |
SELECT SQL_NO_CACHE `name`
FROM `ps2_manufacturer`
WHERE `id_manufacturer` = 16
AND `active` = 1 LIMIT 1 |
1.321
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:734 (getNameById)
/override/classes/Product.php:40 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
512 |
SELECT SQL_NO_CACHE * FROM `ps2_psreassurance` pr
LEFT JOIN ps2_psreassurance_lang prl ON (pr.id_psreassurance = prl.id_psreassurance)
WHERE prl.id_lang = "2"
AND pr.status = 1
ORDER BY pr.position |
1.291
ms
|
6 |
Yes
|
|
/modules/blockreassurance/classes/ReassuranceActivity.php:159
/modules/blockreassurance/blockreassurance.php:498 (getAllBlockByStatus)
/modules/blockreassurance/blockreassurance.php:368 (renderTemplateInHook)
/classes/Hook.php:1077 (hookdisplayFooterBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/68/c2/dd/68c2dd88de5a14e33effe4f2bf355053ba66b241_2.file.footer.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/68/c2/dd/68c2dd88de5a14e33effe4f2bf355053ba66b241_2.file.footer.tpl.php:72 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/68/c2/dd/68c2dd88de5a14e33effe4f2bf355053ba66b241_2.file.footer.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aefd40ef3_29928794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:447 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:122 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
353 |
SELECT SQL_NO_CACHE DISTINCT `id_supplier` FROM `ps2_product_supplier`
WHERE `id_product_attribute` = 0 AND `id_product` = 822 |
1.252
ms
|
1 |
|
|
/modules/zoneproductadditional/classes/ZProductExtraField.php:217
/modules/zoneproductadditional/classes/ZProductExtraField.php:264 (getSupplierIdsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:798 (getFieldsByProductId)
/classes/Hook.php:1077 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1209 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
246 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps2_feature_product pf
LEFT JOIN ps2_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps2_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps2_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps2_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 508
ORDER BY f.position ASC |
1.248
ms
|
14 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
428 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps2_smarty_lazy_cache`
WHERE `template_hash`='fea6d7237555b455116b5030844c1f66' AND cache_id="zonethememanager|header|1|1|1|2|1|21" AND compile_id="ZOneTheme" LIMIT 1 |
1.226
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2324 (createTemplate)
/classes/module/Module.php:2375 (getCurrentSubTemplate)
/modules/zonethememanager/zonethememanager.php:2050 (isCached)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:17 (initContent)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
2 |
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 ps2_shop_group gs
LEFT JOIN ps2_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps2_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
1.172
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
495 |
SELECT SQL_NO_CACHE `id_makeanoffer_products`
FROM `ps2_makeanoffer_products`
WHERE `id_product` = 822 |
1.166
ms
|
1 |
|
|
/modules/makeanoffer/model/MakeOffersModel.php:59
/modules/makeanoffer/makeanoffer.php:754 (checkExistance)
/classes/Hook.php:1077 (hookDisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/94/49/89/9449899f58ae4dadc87df1e444b018fd99315df0_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b57895e06_25340374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:216 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:255 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
410 |
SELECT SQL_NO_CACHE *
FROM `ps2_category` a0
LEFT JOIN `ps2_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 31) AND (a0.`nright` > 34) AND (a1.`id_lang` = 2) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
1.114
ms
|
37 |
Yes
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/ProductController.php:1342 (rewind)
/classes/controller/FrontController.php:1876 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:17 (initContent)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
93 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps2_specific_price_priority`
WHERE `id_product` = 822
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
1.110
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:40 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
27 |
SELECT SQL_NO_CACHE *
FROM `ps2_currency` a
LEFT JOIN `ps2_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps2_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 11) LIMIT 1 |
1.081
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
331 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps2_image` i
INNER JOIN ps2_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps2_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 508
ORDER BY `position` |
1.069
ms
|
13 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
320 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps2_image` i
INNER JOIN ps2_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps2_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 163
ORDER BY `position` |
1.059
ms
|
16 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
20 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps2_module` m
LEFT JOIN `ps2_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.039
ms
|
121 |
|
|
/classes/module/Module.php:346
/modules/registrationfields/registrationfields.php:42 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
296 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps2_stock_available`
WHERE (id_product = 820) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.025
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
25 |
SELECT SQL_NO_CACHE value FROM `ps2_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
1.021
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/Currency.php:968 (isFeatureActive)
/classes/Currency.php:890 (getIdByQuery)
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
213 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps2_image` i
INNER JOIN ps2_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 369
AND image_shop.`cover` = 1 LIMIT 1 |
0.991
ms
|
9 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
505 |
SELECT SQL_NO_CACHE e.*, el.`title`, el.`content`
FROM `ps2_zproduct_extra_field` e
LEFT JOIN `ps2_zproduct_extra_field_lang` el
ON (el.`id_zproduct_extra_field` = e.`id_zproduct_extra_field` AND el.`id_lang` = 2)
WHERE e.`id_shop` = 1 AND e.`active` = 1
ORDER BY e.position |
0.974
ms
|
9 |
Yes
|
|
/modules/zoneproductadditional/classes/ZProductExtraField.php:260
/modules/zoneproductadditional/zoneproductadditional.php:816 (getFieldsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:839 (preProcessProductAdditional)
/classes/Hook.php:1077 (hookDisplayProductAdditionalInfo2)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:259 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
117 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps2_category` c
LEFT JOIN `ps2_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps2_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.960
ms
|
37 |
Yes
|
Yes
|
/classes/Category.php:1151
/classes/Category.php:1087 (getChildren)
/controllers/front/ProductController.php:907 (getHomeCategories)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
122 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps2_category_product` cp
INNER JOIN `ps2_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 105 AND ctg.`id_group` = 1 LIMIT 1 |
0.955
ms
|
7 |
|
|
/classes/Product.php:6740
/classes/Product.php:4707 (checkAccessStatic)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
343 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps2_image` i
INNER JOIN ps2_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps2_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 820
ORDER BY `position` |
0.951
ms
|
14 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
355 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`,
pal.`available_now`, pal.`available_later`
FROM `ps2_product_attribute` pa
INNER JOIN ps2_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps2_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps2_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 2)
LEFT JOIN `ps2_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps2_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps2_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps2_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps2_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps2_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 822
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
AND product_attribute_shop.`id_product_attribute` = 2342 GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.944
ms
|
14 |
Yes
|
Yes
|
/classes/Product.php:4598
/controllers/front/ProductController.php:1308 (getAttributesGroups)
/controllers/front/ProductController.php:1280 (findProductCombinationById)
/controllers/front/ProductController.php:1211 (getProductEcotax)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
349 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`,
pal.`available_now`, pal.`available_later`
FROM `ps2_product_attribute` pa
INNER JOIN ps2_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps2_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps2_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 2)
LEFT JOIN `ps2_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps2_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps2_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps2_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps2_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps2_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 822
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
AND product_attribute_shop.`id_product_attribute` = 2342 GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.927
ms
|
14 |
Yes
|
Yes
|
/classes/Product.php:4598
/controllers/front/ProductController.php:1308 (getAttributesGroups)
/controllers/front/ProductController.php:1259 (findProductCombinationById)
/controllers/front/ProductController.php:1324 (getProductMinimalQuantity)
/controllers/front/ProductController.php:1208 (getRequiredQuantity)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
79 |
SELECT SQL_NO_CACHE `name` FROM `ps2_supplier` WHERE `id_supplier` = 2 LIMIT 1 |
0.923
ms
|
1 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/override/classes/Product.php:40 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
0 |
SELECT SQL_NO_CACHE * FROM ps2_memcached_servers |
0.919
ms
|
1 |
|
|
/classes/cache/CacheMemcached.php:263
/classes/cache/CacheMemcached.php:73 (getMemcachedServers)
/classes/cache/CacheMemcached.php:43 (connect)
/classes/cache/Cache.php:186 (__construct)
/classes/db/Db.php:596 (getInstance)
/classes/shop/Shop.php:1364 (executeS)
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
75 |
SELECT SQL_NO_CACHE *
FROM `ps2_group_lang`
WHERE `id_group` = 1 |
0.919
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
474 |
SELECT SQL_NO_CACHE e.*, el.`title`, el.`content`
FROM `ps2_zproduct_extra_field` e
LEFT JOIN `ps2_zproduct_extra_field_lang` el
ON (el.`id_zproduct_extra_field` = e.`id_zproduct_extra_field` AND el.`id_lang` = 2)
WHERE e.`id_shop` = 1 AND e.`active` = 1
ORDER BY e.position |
0.905
ms
|
9 |
Yes
|
|
/modules/zoneproductadditional/classes/ZProductExtraField.php:260
/modules/zoneproductadditional/zoneproductadditional.php:816 (getFieldsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:873 (preProcessProductAdditional)
/classes/Hook.php:1077 (hookDisplayAfterProductThumbs2)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:307 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
465 |
SELECT SQL_NO_CACHE e.*, el.`title`, el.`content`
FROM `ps2_zproduct_extra_field` e
LEFT JOIN `ps2_zproduct_extra_field_lang` el
ON (el.`id_zproduct_extra_field` = e.`id_zproduct_extra_field` AND el.`id_lang` = 2)
WHERE e.`id_shop` = 1 AND e.`active` = 1
ORDER BY e.position |
0.889
ms
|
9 |
Yes
|
|
/modules/zoneproductadditional/classes/ZProductExtraField.php:260
/modules/zoneproductadditional/zoneproductadditional.php:816 (getFieldsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:856 (preProcessProductAdditional)
/classes/Hook.php:1077 (hookDisplayProduct3rdColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:298 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
404 |
SELECT SQL_NO_CACHE format
FROM `ps2_address_format`
WHERE `id_country` = 10 LIMIT 1 |
0.885
ms
|
1 |
|
|
/classes/AddressFormat.php:656
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:17 (initContent)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
9 |
SELECT SQL_NO_CACHE *
FROM `ps2_lang` a
LEFT JOIN `ps2_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.879
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:27 (require)
|
12 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps2_lang` l
JOIN ps2_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.873
ms
|
4 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
479 |
UPDATE `ps2_smarty_lazy_cache`
SET filepath='zoneproductadditional/afterthumbs/822/1/1/1/2/1/21/ZOneTheme/b2/03/5c/b2035cd8e74a7fdef65574f29b72cb1ae58d22b9.zoneproductadditionalviewstemplateshookzone_product_additional.tpl.php'
WHERE `template_hash`='1c81e8d53a73ef984841556f6b36d6f9' AND cache_id="zoneproductadditional|afterthumbs|822|1|1|1|2|1|21" AND compile_id="ZOneTheme" |
0.868
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:184
/classes/Smarty/SmartyCustomTemplate.php:39 (update_filepath)
/classes/module/Module.php:2296 (fetch)
/modules/zoneproductadditional/zoneproductadditional.php:876 (fetch)
/classes/Hook.php:1077 (hookDisplayAfterProductThumbs2)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:307 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
406 |
SELECT SQL_NO_CACHE *
FROM `ps2_state` a
WHERE (a.`id_state` = 169) LIMIT 1 |
0.855
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:17 (initContent)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
421 |
SELECT SQL_NO_CACHE * FROM `ps2_whatsappchatblock` LEFT JOIN `ps2_whatsappchatblock_lang` ON (`ps2_whatsappchatblock`.`id_whatsappchatblock` = `ps2_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "hookDisplayHeader" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.854
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:551 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:306 (displayBlock)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:17 (initContent)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
470 |
UPDATE `ps2_smarty_lazy_cache`
SET filepath='zoneproductadditional/3rdcolumn/822/1/1/1/2/1/21/ZOneTheme/b2/03/5c/b2035cd8e74a7fdef65574f29b72cb1ae58d22b9.zoneproductadditionalviewstemplateshookzone_product_additional.tpl.php'
WHERE `template_hash`='1c81e8d53a73ef984841556f6b36d6f9' AND cache_id="zoneproductadditional|3rdcolumn|822|1|1|1|2|1|21" AND compile_id="ZOneTheme" |
0.845
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:184
/classes/Smarty/SmartyCustomTemplate.php:39 (update_filepath)
/classes/module/Module.php:2296 (fetch)
/modules/zoneproductadditional/zoneproductadditional.php:859 (fetch)
/classes/Hook.php:1077 (hookDisplayProduct3rdColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:298 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
89 |
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps2_specific_price` WHERE `id_product` != 0 |
0.844
ms
|
818 |
|
|
/classes/SpecificPrice.php:310
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:40 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
306 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps2_image` i
INNER JOIN ps2_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps2_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 105
ORDER BY `position` |
0.840
ms
|
9 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
108 |
SELECT SQL_NO_CACHE * FROM `ps2_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.834
ms
|
1 |
|
|
/classes/module/Module.php:2041
/classes/Hook.php:929 (getExceptionsStatic)
/classes/controller/FrontController.php:1488 (exec)
/classes/controller/FrontController.php:1372 (getTemplateFile)
/controllers/front/ProductController.php:163 (setTemplate)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
409 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps2_required_field |
0.825
ms
|
1 |
|
|
/classes/ObjectModel.php:1592
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:567 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:17 (initContent)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
176 |
SELECT SQL_NO_CACHE *, ( IF (`id_currency` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_group` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps2_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 119 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2024-12-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-12-02 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.820
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
209 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps2_feature_product pf
LEFT JOIN ps2_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps2_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps2_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps2_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 353
ORDER BY f.position ASC |
0.815
ms
|
14 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
171 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps2_image` i
INNER JOIN ps2_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 119
AND image_shop.`cover` = 1 LIMIT 1 |
0.804
ms
|
11 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
216 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps2_product_attribute` pa
INNER JOIN ps2_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 4220 LIMIT 1 |
0.767
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
225 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps2_stock_available`
WHERE (id_product = 369) AND (id_product_attribute = 4220) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.759
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
18 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps2_hook_alias` |
0.758
ms
|
88 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:746 (getHookAliasesFor)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
183 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps2_image` i
INNER JOIN ps2_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 163
AND image_shop.`cover` = 1 LIMIT 1 |
0.756
ms
|
16 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
5 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps2_shop s
LEFT JOIN ps2_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.736
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
95 |
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 `ps2_product` p
INNER JOIN `ps2_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps2_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` = 822) |
0.723
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:40 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
325 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps2_product_attribute_image` pai
LEFT JOIN `ps2_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps2_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1236) AND il.`id_lang` = 2 ORDER by i.`position` |
0.720
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
411 |
SELECT SQL_NO_CACHE id_zthememanager
FROM `ps2_zthememanager` m
WHERE m.`id_shop` = 1 LIMIT 1 |
0.715
ms
|
1 |
|
|
/modules/zonethememanager/classes/ZManager.php:177
/modules/zonethememanager/zonethememanager.php:1933 (getSettingsByShop)
/classes/Hook.php:1077 (hookActionFrontControllerSetVariables)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:582 (exec)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:17 (initContent)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
69 |
SELECT SQL_NO_CACHE `id_country`
FROM `ps2_country`
WHERE `iso_code` = 'US' AND active = 1 LIMIT 1 |
0.709
ms
|
1 |
|
|
/classes/Country.php:194
/classes/controller/FrontController.php:349 (getByIso)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
395 |
SELECT SQL_NO_CACHE pac2.`id_attribute` FROM `ps2_product_attribute_combination` pac2 WHERE pac2.`id_product_attribute` IN (0,2342)
AND pac2.id_attribute NOT IN (101,811,1071,29,419,456,72,77,214,873,41) |
0.690
ms
|
25 |
|
|
/controllers/front/ProductController.php:788
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
478 |
INSERT IGNORE INTO `ps2_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('1c81e8d53a73ef984841556f6b36d6f9',"zoneproductadditional|afterthumbs|822|1|1|1|2|1|21","ZOneTheme", FROM_UNIXTIME(1733135440)) |
0.681
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:265
/classes/Smarty/SmartyCustom.php:156 (insert_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2289 (createTemplate)
/modules/zoneproductadditional/zoneproductadditional.php:876 (fetch)
/classes/Hook.php:1077 (hookDisplayAfterProductThumbs2)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:307 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
26 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps2_currency` c
WHERE (iso_code = 'AUD') LIMIT 1 |
0.674
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
247 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps2_attribute` a
LEFT JOIN `ps2_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps2_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps2_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps2_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps2_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `ps2_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 508
AND pac.`id_product_attribute` = 1688
AND agl.`id_lang` = 2 |
0.672
ms
|
11 |
|
|
/classes/Product.php:7534
/classes/Product.php:5857 (getAttributesParams)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
472 |
INSERT IGNORE INTO `ps2_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('1c81e8d53a73ef984841556f6b36d6f9',"zoneproductadditional|afterthumbs|822|1|1|1|2|1|21","ZOneTheme", FROM_UNIXTIME(1733135440)) |
0.672
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:265
/classes/Smarty/SmartyCustom.php:156 (insert_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2324 (createTemplate)
/classes/module/Module.php:2375 (getCurrentSubTemplate)
/modules/zoneproductadditional/zoneproductadditional.php:872 (isCached)
/classes/Hook.php:1077 (hookDisplayAfterProductThumbs2)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:307 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
481 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps2_product_attribute_combination` pac
LEFT JOIN `ps2_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps2_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps2_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps2_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (2342)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.672
ms
|
14 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/4c/91/2a/4c912ab707eee1cc9b456cd3aa8b9c6a1a5cfe94_2.file.product-flags.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/4c/91/2a/4c912ab707eee1cc9b456cd3aa8b9c6a1a5cfe94_2.file.product-flags.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b577c7146_16508683)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:137 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:307 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
463 |
INSERT IGNORE INTO `ps2_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('1c81e8d53a73ef984841556f6b36d6f9',"zoneproductadditional|3rdcolumn|822|1|1|1|2|1|21","ZOneTheme", FROM_UNIXTIME(1733135440)) |
0.669
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:265
/classes/Smarty/SmartyCustom.php:156 (insert_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2324 (createTemplate)
/classes/module/Module.php:2375 (getCurrentSubTemplate)
/modules/zoneproductadditional/zoneproductadditional.php:855 (isCached)
/classes/Hook.php:1077 (hookDisplayProduct3rdColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:298 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
510 |
UPDATE `ps2_smarty_lazy_cache`
SET filepath='zoneproductadditional/additional/822/1/1/1/2/1/21/ZOneTheme/b2/03/5c/b2035cd8e74a7fdef65574f29b72cb1ae58d22b9.zoneproductadditionalviewstemplateshookzone_product_additional.tpl.php'
WHERE `template_hash`='1c81e8d53a73ef984841556f6b36d6f9' AND cache_id="zoneproductadditional|additional|822|1|1|1|2|1|21" AND compile_id="ZOneTheme" |
0.667
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:184
/classes/Smarty/SmartyCustomTemplate.php:39 (update_filepath)
/classes/module/Module.php:2296 (fetch)
/modules/zoneproductadditional/zoneproductadditional.php:842 (fetch)
/classes/Hook.php:1077 (hookDisplayProductAdditionalInfo2)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:259 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
439 |
SELECT SQL_NO_CACHE *
FROM `ps2_currency` c
INNER JOIN ps2_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
0.660
ms
|
11 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669 (findAll)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/33/1e/ee/331eeecb666f93f3700beb0a0cf4d90bc019df56_2.file.header.tpl.php:271 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/33/1e/ee/331eeecb666f93f3700beb0a0cf4d90bc019df56_2.file.header.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aefb49436_74009622)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:246 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
413 |
SELECT SQL_NO_CACHE *
FROM `ps2_zthememanager_lang`
WHERE `id_zthememanager` = 1 |
0.653
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/zonethememanager/classes/ZManager.php:75 (__construct)
/modules/zonethememanager/classes/ZManager.php:180 (__construct)
/modules/zonethememanager/zonethememanager.php:1933 (getSettingsByShop)
/classes/Hook.php:1077 (hookActionFrontControllerSetVariables)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:582 (exec)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:17 (initContent)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
284 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps2_attribute` a
LEFT JOIN `ps2_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps2_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps2_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps2_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps2_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `ps2_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 543
AND pac.`id_product_attribute` = 2100
AND agl.`id_lang` = 2 |
0.651
ms
|
12 |
|
|
/classes/Product.php:7534
/classes/Product.php:5857 (getAttributesParams)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
302 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps2_attribute` a
LEFT JOIN `ps2_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps2_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps2_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps2_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps2_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `ps2_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 820
AND pac.`id_product_attribute` = 2338
AND agl.`id_lang` = 2 |
0.650
ms
|
13 |
|
|
/classes/Product.php:7534
/classes/Product.php:5857 (getAttributesParams)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
94 |
SELECT SQL_NO_CACHE *, ( IF (`id_currency` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_group` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps2_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 822 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2024-12-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-12-02 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.646
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:40 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
266 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps2_attribute` a
LEFT JOIN `ps2_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps2_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps2_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps2_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps2_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `ps2_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 510
AND pac.`id_product_attribute` = 1687
AND agl.`id_lang` = 2 |
0.639
ms
|
11 |
|
|
/classes/Product.php:7534
/classes/Product.php:5857 (getAttributesParams)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
297 |
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 `ps2_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 820 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps2_cart_product` cp JOIN `ps2_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps2_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` = 820 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.633
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
153 |
SELECT SQL_NO_CACHE *, ( IF (`id_currency` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_group` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps2_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 105 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2024-12-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-12-02 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.624
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
487 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps2_attribute` a
LEFT JOIN `ps2_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps2_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps2_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps2_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps2_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `ps2_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 822
AND pac.`id_product_attribute` = 1
AND agl.`id_lang` = 2 |
0.623
ms
|
0 |
|
|
/classes/Product.php:7534
/classes/Product.php:7667 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/modules/productlabel/productlabel.php:371 (getProductLink)
/modules/productlabel/productlabel.php:313 (getContentTpl)
/classes/Hook.php:1077 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/a8/a4/ac/a8a4ace4228f76fbb85e40a95e1e598f469a448c_2.file.product-prices.tpl.php:48 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b57833824_87461940)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/a6/f3/b6/a6f3b629db417e166dc3ee2386d368172feeb7b1_2.file.product-information.tpl.php:133 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/a6/f3/b6/a6f3b629db417e166dc3ee2386d368172feeb7b1_2.file.product-information.tpl.php:219 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/a6/f3/b6/a6f3b629db417e166dc3ee2386d368172feeb7b1_2.file.product-information.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b577e1a08_91045460)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:251 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
119 |
SELECT SQL_NO_CACHE *,
( IF (`id_currency` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_group` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps2_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 822 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2024-12-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-12-02 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
0.616
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:656
/controllers/front/ProductController.php:607 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
228 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps2_feature_product pf
LEFT JOIN ps2_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps2_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps2_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps2_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 369
ORDER BY f.position ASC |
0.615
ms
|
14 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
319 |
SELECT SQL_NO_CACHE *
FROM `ps2_product` a
LEFT JOIN `ps2_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps2_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 163) AND (b.`id_shop` = 1) LIMIT 1 |
0.606
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
364 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps2_attribute` a
LEFT JOIN `ps2_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps2_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps2_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps2_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps2_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `ps2_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 822
AND pac.`id_product_attribute` = 2342
AND agl.`id_lang` = 2 |
0.604
ms
|
14 |
|
|
/classes/Product.php:7534
/classes/Product.php:5857 (getAttributesParams)
/override/classes/Product.php:354 (getProductProperties)
/controllers/front/ProductController.php:1213 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
338 |
SELECT SQL_NO_CACHE *
FROM `ps2_product` a
LEFT JOIN `ps2_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps2_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 543) AND (b.`id_shop` = 1) LIMIT 1 |
0.598
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
182 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps2_feature_product pf
LEFT JOIN ps2_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps2_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps2_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps2_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 119
ORDER BY f.position ASC |
0.596
ms
|
14 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
224 |
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 `ps2_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 369 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps2_cart_product` cp JOIN `ps2_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps2_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` = 369 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.596
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
292 |
SELECT SQL_NO_CACHE *, ( IF (`id_currency` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_group` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps2_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 820 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2024-12-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-12-02 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.594
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
256 |
SELECT SQL_NO_CACHE *, ( IF (`id_currency` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_group` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps2_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 510 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2024-12-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-12-02 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.594
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
164 |
SELECT SQL_NO_CACHE *, ( IF (`id_currency` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_group` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps2_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 106 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2024-12-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-12-02 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.591
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
237 |
SELECT SQL_NO_CACHE *, ( IF (`id_currency` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_group` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps2_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 508 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2024-12-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-12-02 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.589
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
68 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps2_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.588
ms
|
2 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
467 |
SELECT SQL_NO_CACHE DISTINCT `id_supplier` FROM `ps2_product_supplier`
WHERE `id_product_attribute` = 0 AND `id_product` = 822 |
0.586
ms
|
1 |
|
|
/modules/zoneproductadditional/classes/ZProductExtraField.php:217
/modules/zoneproductadditional/classes/ZProductExtraField.php:264 (getSupplierIdsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:816 (getFieldsByProductId)
/modules/zoneproductadditional/zoneproductadditional.php:856 (preProcessProductAdditional)
/classes/Hook.php:1077 (hookDisplayProduct3rdColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:298 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
283 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps2_feature_product pf
LEFT JOIN ps2_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps2_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps2_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps2_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 543
ORDER BY f.position ASC |
0.585
ms
|
14 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
170 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps2_feature_product pf
LEFT JOIN ps2_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps2_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps2_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps2_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 106
ORDER BY f.position ASC |
0.584
ms
|
14 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
348 |
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 `ps2_cart_product` cp
WHERE cp.`id_product_attribute` = 2342
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 822 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps2_cart_product` cp JOIN `ps2_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps2_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2342
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 822 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.583
ms
|
0 |
|
|
/classes/Cart.php:1430
/controllers/front/ProductController.php:1207 (getProductQuantity)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
414 |
SELECT SQL_NO_CACHE `content`
FROM `ps2_zcolorsfonts` m
WHERE m.`id_shop` = 1 LIMIT 1 |
0.583
ms
|
1 |
|
|
/modules/zonethememanager/classes/ZManager.php:194
/modules/zonethememanager/zonethememanager.php:1938 (getStyleClassesByShop)
/classes/Hook.php:1077 (hookActionFrontControllerSetVariables)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:582 (exec)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:17 (initContent)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
265 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps2_feature_product pf
LEFT JOIN ps2_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps2_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps2_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps2_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 510
ORDER BY f.position ASC |
0.581
ms
|
14 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
309 |
SELECT SQL_NO_CACHE * FROM `ps2_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.580
ms
|
10 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:221 (getImagesTypes)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
187 |
SELECT SQL_NO_CACHE *, ( IF (`id_currency` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_group` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps2_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 163 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2024-12-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-12-02 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.580
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
274 |
SELECT SQL_NO_CACHE *, ( IF (`id_currency` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_group` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps2_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 543 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2024-12-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-12-02 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.577
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
313 |
SELECT SQL_NO_CACHE *
FROM `ps2_product` a
LEFT JOIN `ps2_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps2_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 106) AND (b.`id_shop` = 1) LIMIT 1 |
0.576
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
134 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps2_product_attribute pa
INNER JOIN ps2_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 = 369 LIMIT 1 |
0.574
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:4712 (getDefaultAttribute)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
193 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps2_feature_product pf
LEFT JOIN ps2_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps2_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps2_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps2_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 163
ORDER BY f.position ASC |
0.572
ms
|
14 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
342 |
SELECT SQL_NO_CACHE *
FROM `ps2_product` a
LEFT JOIN `ps2_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps2_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 820) AND (b.`id_shop` = 1) LIMIT 1 |
0.568
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
169 |
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 `ps2_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 106 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps2_cart_product` cp JOIN `ps2_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps2_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` = 106 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.566
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
200 |
SELECT SQL_NO_CACHE *, ( IF (`id_currency` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_group` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps2_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 353 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2024-12-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-12-02 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.566
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
392 |
SELECT SQL_NO_CACHE pac.`id_product_attribute`
FROM `ps2_product_attribute_combination` pac
INNER JOIN `ps2_product_attribute` pa ON pa.id_product_attribute = pac.id_product_attribute
WHERE id_product = 822 AND id_attribute IN (101,811,1071,29,419,456,72,77,214,873)
GROUP BY id_product_attribute
HAVING COUNT(id_product) = 10 |
0.565
ms
|
7 |
Yes
|
|
/controllers/front/ProductController.php:777
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
430 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps2_smarty_lazy_cache`
WHERE `template_hash`='14b3072c7457a33155e0aa88d2f09350' AND cache_id="zonecolorsfonts|customcss|1|1|1|2|1|21" AND compile_id="ZOneTheme" LIMIT 1 |
0.563
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2324 (createTemplate)
/classes/module/Module.php:2375 (getCurrentSubTemplate)
/modules/zonecolorsfonts/zonecolorsfonts.php:521 (isCached)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:17 (initContent)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
181 |
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 `ps2_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 119 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps2_cart_product` cp JOIN `ps2_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps2_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` = 119 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.561
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
219 |
SELECT SQL_NO_CACHE *, ( IF (`id_currency` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_group` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps2_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 369 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2024-12-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-12-02 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.561
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
242 |
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 `ps2_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 508 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps2_cart_product` cp JOIN `ps2_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps2_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` = 508 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.560
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
503 |
INSERT IGNORE INTO `ps2_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('1c81e8d53a73ef984841556f6b36d6f9',"zoneproductadditional|additional|822|1|1|1|2|1|21","ZOneTheme", FROM_UNIXTIME(1733135440)) |
0.560
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:265
/classes/Smarty/SmartyCustom.php:156 (insert_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2324 (createTemplate)
/classes/module/Module.php:2375 (getCurrentSubTemplate)
/modules/zoneproductadditional/zoneproductadditional.php:838 (isCached)
/classes/Hook.php:1077 (hookDisplayProductAdditionalInfo2)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:259 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
154 |
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 `ps2_product` p
INNER JOIN `ps2_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps2_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` = 105) |
0.558
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
511 |
SELECT SQL_NO_CACHE * FROM `ps2_whatsappchatblock` LEFT JOIN `ps2_whatsappchatblock_lang` ON (`ps2_whatsappchatblock`.`id_whatsappchatblock` = `ps2_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "hookDisplayWrapperBottom" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.557
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:551 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:498 (displayBlock)
/classes/Hook.php:1077 (hookDisplayWrapperBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:115 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
192 |
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 `ps2_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 163 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps2_cart_product` cp JOIN `ps2_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps2_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` = 163 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.556
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
261 |
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 `ps2_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 510 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps2_cart_product` cp JOIN `ps2_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps2_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` = 510 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.556
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (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 `ps2_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 353 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps2_cart_product` cp JOIN `ps2_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps2_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` = 353 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.555
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
226 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps2_cart_product` cp
WHERE cp.`id_product_attribute` = 4220
AND cp.`id_cart` = 0 AND cp.`id_product` = 369 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps2_cart_product` cp JOIN `ps2_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps2_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4220
AND cp.`id_cart` = 0 AND p.`id_product_item` = 369 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.553
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
393 |
SELECT SQL_NO_CACHE pac2.`id_attribute` FROM `ps2_product_attribute_combination` pac2 WHERE pac2.`id_product_attribute` IN (0,2342)
AND pac2.id_attribute NOT IN (101,811,1071,29,419,456,72,77,214,873) |
0.553
ms
|
23 |
|
|
/controllers/front/ProductController.php:788
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
326 |
SELECT SQL_NO_CACHE *
FROM `ps2_product` a
LEFT JOIN `ps2_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps2_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 369) AND (b.`id_shop` = 1) LIMIT 1 |
0.552
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
402 |
SELECT SQL_NO_CACHE *
FROM `ps2_product` a
LEFT JOIN `ps2_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps2_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 822) AND (b.`id_shop` = 1) LIMIT 1 |
0.551
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:17 (initContent)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
322 |
SELECT SQL_NO_CACHE *
FROM `ps2_product` a
LEFT JOIN `ps2_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps2_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 353) AND (b.`id_shop` = 1) LIMIT 1 |
0.550
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
109 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps2_module` m
LEFT JOIN `ps2_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.548
ms
|
121 |
|
|
/classes/module/Module.php:346
/modules/ps_legalcompliance/ps_legalcompliance.php:72 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:119 (newInstanceArgs)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:1488 (exec)
/classes/controller/FrontController.php:1372 (getTemplateFile)
/controllers/front/ProductController.php:163 (setTemplate)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
394 |
SELECT SQL_NO_CACHE pac.`id_product_attribute`
FROM `ps2_product_attribute_combination` pac
INNER JOIN `ps2_product_attribute` pa ON pa.id_product_attribute = pac.id_product_attribute
WHERE id_product = 822 AND id_attribute IN (101,811,1071,29,419,456,72,77,214,873,41)
GROUP BY id_product_attribute
HAVING COUNT(id_product) = 11 |
0.548
ms
|
7 |
Yes
|
|
/controllers/front/ProductController.php:777
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
263 |
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 `ps2_cart_product` cp
WHERE cp.`id_product_attribute` = 1687
AND cp.`id_cart` = 0 AND cp.`id_product` = 510 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps2_cart_product` cp JOIN `ps2_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps2_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1687
AND cp.`id_cart` = 0 AND p.`id_product_item` = 510 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.546
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
207 |
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 `ps2_cart_product` cp
WHERE cp.`id_product_attribute` = 1236
AND cp.`id_cart` = 0 AND cp.`id_product` = 353 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps2_cart_product` cp JOIN `ps2_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps2_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1236
AND cp.`id_cart` = 0 AND p.`id_product_item` = 353 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.545
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
281 |
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 `ps2_cart_product` cp
WHERE cp.`id_product_attribute` = 2100
AND cp.`id_cart` = 0 AND cp.`id_product` = 543 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps2_cart_product` cp JOIN `ps2_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps2_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2100
AND cp.`id_cart` = 0 AND p.`id_product_item` = 543 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.545
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
244 |
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 `ps2_cart_product` cp
WHERE cp.`id_product_attribute` = 1688
AND cp.`id_cart` = 0 AND cp.`id_product` = 508 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps2_cart_product` cp JOIN `ps2_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps2_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1688
AND cp.`id_cart` = 0 AND p.`id_product_item` = 508 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.543
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
317 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps2_image` i
INNER JOIN ps2_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps2_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 119
ORDER BY `position` |
0.540
ms
|
11 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
399 |
SELECT SQL_NO_CACHE pac2.`id_attribute` FROM `ps2_product_attribute_combination` pac2 WHERE pac2.`id_product_attribute` IN (0,2342)
AND pac2.id_attribute NOT IN (101,811,1071,29,419,456,72,77,214,873,41,930,790) |
0.539
ms
|
28 |
|
|
/controllers/front/ProductController.php:788
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
279 |
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 `ps2_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 543 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps2_cart_product` cp JOIN `ps2_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps2_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` = 543 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.535
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
359 |
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 `ps2_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 822 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps2_cart_product` cp JOIN `ps2_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps2_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` = 822 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.535
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/override/classes/Product.php:354 (getProductProperties)
/controllers/front/ProductController.php:1213 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
363 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps2_feature_product pf
LEFT JOIN ps2_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps2_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps2_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps2_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 822
ORDER BY f.position ASC |
0.530
ms
|
14 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/override/classes/Product.php:354 (getProductProperties)
/controllers/front/ProductController.php:1213 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
316 |
SELECT SQL_NO_CACHE *
FROM `ps2_product` a
LEFT JOIN `ps2_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps2_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 119) AND (b.`id_shop` = 1) LIMIT 1 |
0.528
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
397 |
SELECT SQL_NO_CACHE pac2.`id_attribute` FROM `ps2_product_attribute_combination` pac2 WHERE pac2.`id_product_attribute` IN (0,2342)
AND pac2.id_attribute NOT IN (101,811,1071,29,419,456,72,77,214,873,41,930) |
0.528
ms
|
27 |
|
|
/controllers/front/ProductController.php:788
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
416 |
SELECT SQL_NO_CACHE *
FROM `ps2_product` a
LEFT JOIN `ps2_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 822) LIMIT 1 |
0.526
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/modules/ps_feeder/ps_feeder.php:77 (__construct)
/modules/ps_feeder/ps_feeder.php:94 (getWidgetVariables)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/override/classes/controller/FrontController.php:17 (initContent)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
480 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps2_product_attribute` pa
INNER JOIN ps2_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` = 822
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.526
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/4c/91/2a/4c912ab707eee1cc9b456cd3aa8b9c6a1a5cfe94_2.file.product-flags.tpl.php:46 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/4c/91/2a/4c912ab707eee1cc9b456cd3aa8b9c6a1a5cfe94_2.file.product-flags.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b577c7146_16508683)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:137 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:307 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
330 |
SELECT SQL_NO_CACHE *
FROM `ps2_product` a
LEFT JOIN `ps2_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps2_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 508) AND (b.`id_shop` = 1) LIMIT 1 |
0.525
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
496 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps2_product` p
INNER JOIN ps2_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 822
AND DATEDIFF("2024-12-02 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
0.521
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:40 (__construct)
/modules/makeanoffer/makeanoffer.php:801 (__construct)
/classes/Hook.php:1077 (hookDisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/94/49/89/9449899f58ae4dadc87df1e444b018fd99315df0_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b57895e06_25340374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:216 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:255 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
82 |
SELECT SQL_NO_CACHE tr.*
FROM `ps2_tax_rule` tr
JOIN `ps2_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 21
AND tr.`id_tax_rules_group` = 53
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.518
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:6899 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/override/classes/Product.php:40 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
530 |
SELECT SQL_NO_CACHE * FROM `ps2_whatsappchatblock` LEFT JOIN `ps2_whatsappchatblock_lang` ON (`ps2_whatsappchatblock`.`id_whatsappchatblock` = `ps2_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "badge" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.510
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:551 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:382 (displayBlock)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
299 |
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 `ps2_cart_product` cp
WHERE cp.`id_product_attribute` = 2338
AND cp.`id_cart` = 0 AND cp.`id_product` = 820 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps2_cart_product` cp JOIN `ps2_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps2_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2338
AND cp.`id_cart` = 0 AND p.`id_product_item` = 820 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.506
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
494 |
SELECT SQL_NO_CACHE * FROM `ps2_whatsappchatblock` LEFT JOIN `ps2_whatsappchatblock_lang` ON (`ps2_whatsappchatblock`.`id_whatsappchatblock` = `ps2_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "hookDisplayProductButtons" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.503
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:551 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:420 (displayBlock)
/classes/Hook.php:1077 (hookDisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/94/49/89/9449899f58ae4dadc87df1e444b018fd99315df0_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b57895e06_25340374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:216 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:255 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
376 |
SELECT SQL_NO_CACHE pac.`id_product_attribute`
FROM `ps2_product_attribute_combination` pac
INNER JOIN `ps2_product_attribute` pa ON pa.id_product_attribute = pac.id_product_attribute
WHERE id_product = 822 AND id_attribute IN (101,811)
GROUP BY id_product_attribute
HAVING COUNT(id_product) = 2 |
0.502
ms
|
7 |
Yes
|
|
/controllers/front/ProductController.php:777
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
378 |
SELECT SQL_NO_CACHE pac.`id_product_attribute`
FROM `ps2_product_attribute_combination` pac
INNER JOIN `ps2_product_attribute` pa ON pa.id_product_attribute = pac.id_product_attribute
WHERE id_product = 822 AND id_attribute IN (101,811,1071)
GROUP BY id_product_attribute
HAVING COUNT(id_product) = 3 |
0.500
ms
|
7 |
Yes
|
|
/controllers/front/ProductController.php:777
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
373 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps2_product_attribute_image` pai
LEFT JOIN `ps2_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps2_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2342) AND il.`id_lang` = 2 ORDER by i.`position` |
0.499
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/controllers/front/ProductController.php:646 (getCombinationImages)
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
334 |
SELECT SQL_NO_CACHE *
FROM `ps2_product` a
LEFT JOIN `ps2_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps2_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 510) AND (b.`id_shop` = 1) LIMIT 1 |
0.497
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
361 |
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 `ps2_cart_product` cp
WHERE cp.`id_product_attribute` = 2342
AND cp.`id_cart` = 0 AND cp.`id_product` = 822 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps2_cart_product` cp JOIN `ps2_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps2_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2342
AND cp.`id_cart` = 0 AND p.`id_product_item` = 822 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.493
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/override/classes/Product.php:354 (getProductProperties)
/controllers/front/ProductController.php:1213 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
396 |
SELECT SQL_NO_CACHE pac.`id_product_attribute`
FROM `ps2_product_attribute_combination` pac
INNER JOIN `ps2_product_attribute` pa ON pa.id_product_attribute = pac.id_product_attribute
WHERE id_product = 822 AND id_attribute IN (101,811,1071,29,419,456,72,77,214,873,41,930)
GROUP BY id_product_attribute
HAVING COUNT(id_product) = 12 |
0.492
ms
|
7 |
Yes
|
|
/controllers/front/ProductController.php:777
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
335 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps2_image` i
INNER JOIN ps2_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps2_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 510
ORDER BY `position` |
0.486
ms
|
11 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
431 |
SELECT SQL_NO_CACHE 1 FROM ps2_cart_product cp INNER JOIN ps2_product p
ON (p.id_product = cp.id_product) INNER JOIN ps2_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.485
ms
|
1 |
|
|
/classes/Cart.php:4255
/classes/Cart.php:4230 (hasProducts)
/classes/Cart.php:2145 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/bf/44/2b/bf442ba9ae316a08052cb0084c2dc8aa169ce476_2.file.javascript.tpl.php:35 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aefa2c475_33844861)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/1a/f2/e4/1af2e41bf3e3f241f9bd1e21e11255c67bc9e86d_2.file.head.tpl.php:407 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/1a/f2/e4/1af2e41bf3e3f241f9bd1e21e11255c67bc9e86d_2.file.head.tpl.php:65 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9e8853_49205469)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:174 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
380 |
SELECT SQL_NO_CACHE pac.`id_product_attribute`
FROM `ps2_product_attribute_combination` pac
INNER JOIN `ps2_product_attribute` pa ON pa.id_product_attribute = pac.id_product_attribute
WHERE id_product = 822 AND id_attribute IN (101,811,1071,29)
GROUP BY id_product_attribute
HAVING COUNT(id_product) = 4 |
0.482
ms
|
7 |
Yes
|
|
/controllers/front/ProductController.php:777
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
493 |
SELECT SQL_NO_CACHE * FROM `ps2_whatsappchatblock` LEFT JOIN `ps2_whatsappchatblock_lang` ON (`ps2_whatsappchatblock`.`id_whatsappchatblock` = `ps2_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "hookDisplayWhatsAppProductSocialButtons" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.480
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:551 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:425 (displayBlock)
/modules/whatsappchat/whatsappchat.php:420 (hookDisplayWhatsAppProductSocialButtons)
/classes/Hook.php:1077 (hookDisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/94/49/89/9449899f58ae4dadc87df1e444b018fd99315df0_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b57895e06_25340374)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:216 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:255 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:312 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:459 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:103 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:406 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:106 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
314 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps2_image` i
INNER JOIN ps2_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps2_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 106
ORDER BY `position` |
0.480
ms
|
12 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
383 |
SELECT SQL_NO_CACHE pac2.`id_attribute` FROM `ps2_product_attribute_combination` pac2 WHERE pac2.`id_product_attribute` IN (0,2342)
AND pac2.id_attribute NOT IN (101,811,1071,29,419) |
0.480
ms
|
17 |
|
|
/controllers/front/ProductController.php:788
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
367 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps2_image` i
INNER JOIN ps2_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps2_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 822
ORDER BY `position` |
0.479
ms
|
14 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1245 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
398 |
SELECT SQL_NO_CACHE pac.`id_product_attribute`
FROM `ps2_product_attribute_combination` pac
INNER JOIN `ps2_product_attribute` pa ON pa.id_product_attribute = pac.id_product_attribute
WHERE id_product = 822 AND id_attribute IN (101,811,1071,29,419,456,72,77,214,873,41,930,790)
GROUP BY id_product_attribute
HAVING COUNT(id_product) = 13 |
0.473
ms
|
7 |
Yes
|
|
/controllers/front/ProductController.php:777
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
323 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps2_image` i
INNER JOIN ps2_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps2_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 353
ORDER BY `position` |
0.471
ms
|
15 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
382 |
SELECT SQL_NO_CACHE pac.`id_product_attribute`
FROM `ps2_product_attribute_combination` pac
INNER JOIN `ps2_product_attribute` pa ON pa.id_product_attribute = pac.id_product_attribute
WHERE id_product = 822 AND id_attribute IN (101,811,1071,29,419)
GROUP BY id_product_attribute
HAVING COUNT(id_product) = 5 |
0.466
ms
|
7 |
Yes
|
|
/controllers/front/ProductController.php:777
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
532 |
SELECT SQL_NO_CACHE * FROM `ps2_whatsappchatblock` LEFT JOIN `ps2_whatsappchatblock_lang` ON (`ps2_whatsappchatblock`.`id_whatsappchatblock` = `ps2_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "topWidth" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.462
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:551 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:383 (displayBlock)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
389 |
SELECT SQL_NO_CACHE pac2.`id_attribute` FROM `ps2_product_attribute_combination` pac2 WHERE pac2.`id_product_attribute` IN (0,2342)
AND pac2.id_attribute NOT IN (101,811,1071,29,419,456,72,77) |
0.461
ms
|
20 |
|
|
/controllers/front/ProductController.php:788
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
384 |
SELECT SQL_NO_CACHE pac.`id_product_attribute`
FROM `ps2_product_attribute_combination` pac
INNER JOIN `ps2_product_attribute` pa ON pa.id_product_attribute = pac.id_product_attribute
WHERE id_product = 822 AND id_attribute IN (101,811,1071,29,419,456)
GROUP BY id_product_attribute
HAVING COUNT(id_product) = 6 |
0.458
ms
|
7 |
Yes
|
|
/controllers/front/ProductController.php:777
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
305 |
SELECT SQL_NO_CACHE *
FROM `ps2_product` a
LEFT JOIN `ps2_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps2_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 105) AND (b.`id_shop` = 1) LIMIT 1 |
0.457
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/controllers/front/ProductController.php:411 (present)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
381 |
SELECT SQL_NO_CACHE pac2.`id_attribute` FROM `ps2_product_attribute_combination` pac2 WHERE pac2.`id_product_attribute` IN (0,2342)
AND pac2.id_attribute NOT IN (101,811,1071,29) |
0.457
ms
|
17 |
|
|
/controllers/front/ProductController.php:788
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
388 |
SELECT SQL_NO_CACHE pac.`id_product_attribute`
FROM `ps2_product_attribute_combination` pac
INNER JOIN `ps2_product_attribute` pa ON pa.id_product_attribute = pac.id_product_attribute
WHERE id_product = 822 AND id_attribute IN (101,811,1071,29,419,456,72,77)
GROUP BY id_product_attribute
HAVING COUNT(id_product) = 8 |
0.447
ms
|
7 |
Yes
|
|
/controllers/front/ProductController.php:777
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
293 |
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 `ps2_product` p
INNER JOIN `ps2_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps2_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` = 820) |
0.446
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/override/classes/Product.php:354 (getProductProperties)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:205 (getProductsProperties)
/classes/Product.php:4716 (getProductsProperties)
/override/classes/Product.php:333 (getAccessories)
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
379 |
SELECT SQL_NO_CACHE pac2.`id_attribute` FROM `ps2_product_attribute_combination` pac2 WHERE pac2.`id_product_attribute` IN (0,2342)
AND pac2.id_attribute NOT IN (101,811,1071) |
0.446
ms
|
16 |
|
|
/controllers/front/ProductController.php:788
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
386 |
SELECT SQL_NO_CACHE pac.`id_product_attribute`
FROM `ps2_product_attribute_combination` pac
INNER JOIN `ps2_product_attribute` pa ON pa.id_product_attribute = pac.id_product_attribute
WHERE id_product = 822 AND id_attribute IN (101,811,1071,29,419,456,72)
GROUP BY id_product_attribute
HAVING COUNT(id_product) = 7 |
0.440
ms
|
7 |
Yes
|
|
/controllers/front/ProductController.php:777
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
390 |
SELECT SQL_NO_CACHE pac.`id_product_attribute`
FROM `ps2_product_attribute_combination` pac
INNER JOIN `ps2_product_attribute` pa ON pa.id_product_attribute = pac.id_product_attribute
WHERE id_product = 822 AND id_attribute IN (101,811,1071,29,419,456,72,77,214)
GROUP BY id_product_attribute
HAVING COUNT(id_product) = 9 |
0.437
ms
|
7 |
Yes
|
|
/controllers/front/ProductController.php:777
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
533 |
SELECT SQL_NO_CACHE * FROM `ps2_whatsappchatblock` LEFT JOIN `ps2_whatsappchatblock_lang` ON (`ps2_whatsappchatblock`.`id_whatsappchatblock` = `ps2_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "floating" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.434
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:551 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:384 (displayBlock)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
460 |
SELECT SQL_NO_CACHE * FROM `ps2_whatsappchatblock` LEFT JOIN `ps2_whatsappchatblock_lang` ON (`ps2_whatsappchatblock`.`id_whatsappchatblock` = `ps2_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "top" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.433
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:551 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:375 (displayBlock)
/classes/Hook.php:1077 (hookTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/33/1e/ee/331eeecb666f93f3700beb0a0cf4d90bc019df56_2.file.header.tpl.php:303 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/33/1e/ee/331eeecb666f93f3700beb0a0cf4d90bc019df56_2.file.header.tpl.php:341 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/33/1e/ee/331eeecb666f93f3700beb0a0cf4d90bc019df56_2.file.header.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aefb49436_74009622)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:246 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
531 |
SELECT SQL_NO_CACHE *
FROM `ps2_whatsappchatblock_agent` LEFT JOIN `ps2_whatsappchatblock_agent_lang` ON (`ps2_whatsappchatblock_agent`.`id_whatsappchatblock_agent` = `ps2_whatsappchatblock_agent_lang`.`id_whatsappchatblock_agent` AND `id_lang` = 2) WHERE 1 = 1 AND `ps2_whatsappchatblock_agent`.`id_whatsappchatblock` = 1 AND `active` = 1 ORDER BY position |
0.432
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlockAgent.php:71
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatAgents)
/modules/whatsappchat/whatsappchat.php:382 (displayBlock)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:534 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/0f/1b/23/0f1b23a7a1818900f4ac29009e8910042422aaf7_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9c08e3_59090005)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/e3/19/72/e31972dbeb5728c178bb1521051d3c5259619860_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8aef9a7a68_77237079)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/ZOneThemelayouts_layout_full_width_tpl/b6/b6/d3/b6b6d3be0ef77058fe84d99c52be91bf5ba57992_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_674d8b575b64e6_81707197)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:39 (dispatch)
/index.php:28 (dispatch)
|
391 |
SELECT SQL_NO_CACHE pac2.`id_attribute` FROM `ps2_product_attribute_combination` pac2 WHERE pac2.`id_product_attribute` IN (0,2342)
AND pac2.id_attribute NOT IN (101,811,1071,29,419,456,72,77,214) |
0.431
ms
|
22 |
|
|
/controllers/front/ProductController.php:788
|