50 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `pszj_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `pszj_hook_alias` ha
INNER JOIN `pszj_hook` h ON ha.name = h.name |
11.334
ms
|
0 |
|
|
/classes/Hook.php:1292
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:6892 (getManager)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `pszj_configuration` c
LEFT JOIN `pszj_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
8.256
ms
|
2566 |
|
|
/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)
|
114 |
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 `pszj_product_attribute` pa
INNER JOIN pszj_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 pszj_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 `pszj_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 1)
LEFT JOIN `pszj_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `pszj_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `pszj_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `pszj_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `pszj_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN pszj_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 5758
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
6.318
ms
|
54 |
Yes
|
Yes
|
/classes/Product.php:4594
/controllers/front/ProductController.php:639 (getAttributesGroups)
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
16 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `pszj_module` m
INNER JOIN pszj_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 `pszj_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `pszj_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `pszj_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` |
5.258
ms
|
1332 |
Yes
|
Yes
|
/classes/Hook.php:1233
/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)
|
237 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-02-05 00:00:00",
INTERVAL 90 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `pszj_category_product` cp
LEFT JOIN `pszj_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN pszj_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `pszj_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 pszj_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 )
LEFT JOIN `pszj_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `pszj_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `pszj_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 `pszj_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `pszj_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 26 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY RAND() LIMIT 17 |
5.125
ms
|
24 |
Yes
|
|
/classes/Category.php:1062
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
95 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`,
pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
image_shop.`id_image` id_image, il.`legend`, m.`name` as manufacturer_name, cl.`name` AS category_default, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2025-02-05 00:00:00",
INTERVAL 90 DAY
)
) > 0 AS new
FROM `pszj_accessory`
LEFT JOIN `pszj_product` p ON p.`id_product` = `id_product_2`
INNER JOIN pszj_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pszj_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 `pszj_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
)
LEFT JOIN `pszj_category_lang` cl ON (
product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1
)
LEFT JOIN `pszj_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 `pszj_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `pszj_manufacturer` m ON (p.`id_manufacturer`= m.`id_manufacturer`)
LEFT JOIN pszj_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` = 5758 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product |
4.994
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:4698
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
51 |
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 `pszj_hook_module` hm
STRAIGHT_JOIN `pszj_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `pszj_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
4.738
ms
|
523 |
|
|
/classes/Hook.php:456
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:6892 (getManager)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
371 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pszj_product_attribute` pa
INNER JOIN pszj_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 pszj_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 )
JOIN `pszj_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pszj_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pszj_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pszj_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6110) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
4.541
ms
|
54 |
Yes
|
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:240 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:387 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
344 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-02-05 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM pszj_product p
LEFT JOIN pszj_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN pszj_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN pszj_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (5757) |
4.235
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:328 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
97 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `pszj_product_attribute` pa INNER JOIN pszj_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 `pszj_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `pszj_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `pszj_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `pszj_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `pszj_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `pszj_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 5758 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute` |
4.203
ms
|
54 |
Yes
|
Yes
|
/classes/Product.php:2815
/controllers/front/ProductController.php:1092 (getAttributeCombinations)
/controllers/front/ProductController.php:1076 (tryToGetAvailableIdProductAttribute)
/controllers/front/ProductController.php:1200 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
381 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pszj_product_attribute` pa
INNER JOIN pszj_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 pszj_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 )
JOIN `pszj_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pszj_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pszj_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pszj_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5759) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
4.165
ms
|
54 |
Yes
|
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:240 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:387 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
99 |
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 `pszj_product_attribute` pa
INNER JOIN pszj_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 pszj_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 `pszj_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 1)
LEFT JOIN `pszj_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `pszj_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `pszj_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `pszj_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `pszj_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN pszj_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 5758
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
AND product_attribute_shop.`id_product_attribute` = 3686 GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
4.139
ms
|
9 |
Yes
|
Yes
|
/classes/Product.php:4594
/controllers/front/ProductController.php:1305 (getAttributesGroups)
/controllers/front/ProductController.php:1256 (findProductCombinationById)
/controllers/front/ProductController.php:1321 (getProductMinimalQuantity)
/controllers/front/ProductController.php:1202 (getRequiredQuantity)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
85 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `pszj_product_attribute` pa INNER JOIN pszj_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 `pszj_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `pszj_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `pszj_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `pszj_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `pszj_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `pszj_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 5758 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute` |
4.118
ms
|
54 |
Yes
|
Yes
|
/classes/Product.php:2815
/controllers/front/ProductController.php:1092 (getAttributeCombinations)
/controllers/front/ProductController.php:1076 (tryToGetAvailableIdProductAttribute)
/controllers/front/ProductController.php:599 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
100 |
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 `pszj_product_attribute` pa
INNER JOIN pszj_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 pszj_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 `pszj_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 1)
LEFT JOIN `pszj_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `pszj_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `pszj_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `pszj_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `pszj_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN pszj_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 5758
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
AND product_attribute_shop.`id_product_attribute` = 3686 GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
3.981
ms
|
9 |
Yes
|
Yes
|
/classes/Product.php:4594
/controllers/front/ProductController.php:1305 (getAttributesGroups)
/controllers/front/ProductController.php:1277 (findProductCombinationById)
/controllers/front/ProductController.php:1205 (getProductEcotax)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
98 |
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 `pszj_product_attribute` pa
INNER JOIN pszj_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 pszj_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 `pszj_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 1)
LEFT JOIN `pszj_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `pszj_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `pszj_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `pszj_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `pszj_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN pszj_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 5758
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
AND product_attribute_shop.`id_product_attribute` = 3686 GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
3.952
ms
|
9 |
Yes
|
Yes
|
/classes/Product.php:4594
/controllers/front/ProductController.php:1305 (getAttributesGroups)
/controllers/front/ProductController.php:1256 (findProductCombinationById)
/controllers/front/ProductController.php:1201 (getProductMinimalQuantity)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
213 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `pszj_category` c
INNER JOIN `pszj_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `pszj_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 2 AND nright <= 57
AND c.id_category IN (
SELECT id_category
FROM `pszj_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
3.779
ms
|
29 |
Yes
|
|
/modules/possearchproducts/possearchproducts.php:226
/modules/possearchproducts/possearchproducts.php:183 (getCategories)
/modules/possearchproducts/possearchproducts.php:195 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:166 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
375 |
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 `pszj_product_attribute_combination` pac
LEFT JOIN `pszj_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pszj_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pszj_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pszj_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (3673,3674,3675,3676,3677,3678)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
3.754
ms
|
18 |
|
|
/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:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
92 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `pszj_attribute` a
LEFT JOIN `pszj_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pszj_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
LEFT JOIN `pszj_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `pszj_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN pszj_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 pszj_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 5758 |
3.719
ms
|
18 |
|
|
/classes/Product.php:7557
/controllers/front/ProductController.php:861 (getAttributesInformationsByProduct)
/controllers/front/ProductController.php:373 (assignAttributesCombinations)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
179 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pszj_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) AND (b.`id_shop` = 1) LIMIT 1 |
3.627
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:811 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:571 (fomartLink)
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
105 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pszj_cart_product` cp
WHERE cp.`id_product_attribute` = 3686
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5758 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pszj_cart_product` cp JOIN `pszj_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pszj_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3686
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5758 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3.518
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5808 (getQuantity)
/controllers/front/ProductController.php:1207 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
328 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pszj_attribute` a
LEFT JOIN `pszj_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pszj_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pszj_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pszj_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 `pszj_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pszj_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 6112
AND pac.`id_product_attribute` = 3703
AND agl.`id_lang` = 1 |
3.399
ms
|
18 |
|
|
/classes/Product.php:7528
/classes/Product.php:5851 (getAttributesParams)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
391 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pszj_product_attribute` pa
INNER JOIN pszj_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 pszj_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 )
JOIN `pszj_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pszj_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pszj_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pszj_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5757) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
3.298
ms
|
54 |
Yes
|
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:240 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:387 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
389 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 5757) AND (id_product_attribute = 3701) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.226
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
129 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `pszj_country`
WHERE `id_country` = 10 LIMIT 1 |
3.029
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
397 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 6112) AND (id_product_attribute = 3705) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
47 |
SELECT SQL_NO_CACHE *
FROM `pszj_product` a
LEFT JOIN `pszj_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pszj_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5758) AND (b.`id_shop` = 1) LIMIT 1 |
3.027
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
96 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `pszj_product_attribute` pa INNER JOIN pszj_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` = 5758 |
3.017
ms
|
6 |
|
|
/classes/Product.php:7490
/classes/Product.php:7570 (getProductAttributesIds)
/controllers/front/ProductController.php:1059 (hasCombinations)
/controllers/front/ProductController.php:1200 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
166 |
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM pszj_posmegamenu_submenu_column sc
LEFT JOIN pszj_posmegamenu_submenu_column_lang scl ON (sc.id_posmegamenu_submenu_column = scl.id_posmegamenu_submenu_column)
WHERE sc.id_row = 1 AND scl.`id_lang` = 1 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_posmegamenu_submenu_column ASC |
2.958
ms
|
18 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:560
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
316 |
SELECT SQL_NO_CACHE *
FROM `pszj_product` a
LEFT JOIN `pszj_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pszj_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6112) AND (b.`id_shop` = 1) LIMIT 1 |
2.917
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
29 |
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `pszj_module` m
LEFT JOIN `pszj_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
2.913
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:335
/modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php:65 (checkModuleStatus)
/classes/Hook.php:1043 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
364 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `pszj_product_attribute` pa
INNER JOIN pszj_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` = 6110
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
2.855
ms
|
6 |
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:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
104 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pszj_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5758 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pszj_cart_product` cp JOIN `pszj_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pszj_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5758 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.828
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/controllers/front/ProductController.php:1207 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `pszj_lang` l
LEFT JOIN `pszj_lang_shop` ls ON (l.id_lang = ls.id_lang) |
2.823
ms
|
2 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
71 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pszj_attribute` a
LEFT JOIN `pszj_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pszj_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pszj_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pszj_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 `pszj_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pszj_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 5758
AND pac.`id_product_attribute` = 3686
AND agl.`id_lang` = 1 |
2.815
ms
|
18 |
|
|
/classes/Product.php:7528
/classes/Product.php:7661 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/controllers/front/ProductController.php:99 (getProductLink)
/controllers/front/ProductController.php:158 (canonicalRedirection)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
192 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM pszj_posmegamenu_submenu_item psi
LEFT JOIN pszj_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 30 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
2.812
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:579
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
15 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `pszj_hook` h
WHERE (h.active = 1) |
2.804
ms
|
1073 |
|
|
/classes/Hook.php:1332
/classes/Hook.php:811 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
135 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `pszj_product_attribute` pa INNER JOIN pszj_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 `pszj_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `pszj_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `pszj_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `pszj_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `pszj_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `pszj_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 5758 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute` |
2.785
ms
|
54 |
Yes
|
Yes
|
/classes/Product.php:2815
/controllers/front/ProductController.php:1092 (getAttributeCombinations)
/controllers/front/ProductController.php:1045 (tryToGetAvailableIdProductAttribute)
/controllers/front/ProductController.php:1354 (getIdProductAttributeByRequest)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
161 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM pszj_posmegamenu_item pi
LEFT JOIN `pszj_posmegamenu_item_lang` pl ON pl.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
LEFT JOIN `pszj_posmegamenu_item_shop` ps ON ps.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=1 ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC |
2.772
ms
|
4 |
Yes
|
|
/modules/posmegamenu/classes/PosMegamenuClass.php:231
/modules/posmegamenu/posmegamenu.php:747 (getMenus)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
347 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pszj_product_attribute_image` pai
LEFT JOIN `pszj_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `pszj_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (3697, 3698, 3699, 3700, 3701, 3702) AND il.`id_lang` = 1 ORDER by i.`position` |
2.721
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)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
82 |
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 `pszj_category` c
INNER JOIN pszj_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `pszj_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `pszj_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 26
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
2.719
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/controllers/front/ProductController.php:892 (getSubCategories)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
83 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `pszj_category` c
LEFT JOIN `pszj_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN pszj_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
2.719
ms
|
29 |
Yes
|
Yes
|
/classes/Category.php:1151
/classes/Category.php:1087 (getChildren)
/controllers/front/ProductController.php:902 (getHomeCategories)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
352 |
SELECT SQL_NO_CACHE *
FROM `pszj_product` a
LEFT JOIN `pszj_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6111) LIMIT 1 |
2.704
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
194 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pszj_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) AND (b.`id_shop` = 1) LIMIT 1 |
2.697
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:811 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:571 (fomartLink)
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
103 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pszj_product_attribute` pa
INNER JOIN pszj_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` = 3686 LIMIT 1 |
2.690
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5674 (getPrice)
/controllers/front/ProductController.php:1207 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
112 |
SELECT SQL_NO_CACHE * FROM `pszj_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
2.668
ms
|
7 |
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/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1242 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
291 |
SELECT SQL_NO_CACHE *
FROM `pszj_product` a
LEFT JOIN `pszj_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pszj_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5757) AND (b.`id_shop` = 1) LIMIT 1 |
2.634
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/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 `pszj_product` p
INNER JOIN `pszj_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pszj_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` = 5757) |
2.631
ms
|
6 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
302 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pszj_product` p LEFT JOIN `pszj_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pszj_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pszj_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 5757 AND pa.`id_product` = 5757 AND pa.`id_product_attribute` = 3697 LIMIT 1 |
2.620
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5812 (getAvailableDate)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
407 |
SELECT SQL_NO_CACHE *
FROM `pszj_posstaticfooter` a
WHERE (a.`id_posstaticfooter` = 2) LIMIT 1 |
2.613
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/posstaticfooter/src/FooterBlock.php:65 (__construct)
/modules/posstaticfooter/src/FooterBlockRepository.php:208 (__construct)
/modules/posstaticfooter/posstaticfooter.php:135 (getByIdHook)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
219 |
SELECT SQL_NO_CACHE *
FROM `pszj_product` a
LEFT JOIN `pszj_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5758) LIMIT 1 |
2.608
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/6f/12/85/6f1285e443b15f1d7843c45616ac0e3f04e3b038_2.file.product-cover-thumbnails.tpl.php:242 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/6f/12/85/6f1285e443b15f1d7843c45616ac0e3f04e3b038_2.file.product-cover-thumbnails.tpl.php:276 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/6f/12/85/6f1285e443b15f1d7843c45616ac0e3f04e3b038_2.file.product-cover-thumbnails.tpl.php:54 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bbf30c889_24745419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:96 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:138 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bbf292d57_41484408)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:181 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:126 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
382 |
SELECT SQL_NO_CACHE *
FROM `pszj_product` a
LEFT JOIN `pszj_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5757) LIMIT 1 |
2.593
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
106 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pszj_product` p LEFT JOIN `pszj_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pszj_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pszj_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 5758 AND pa.`id_product` = 5758 AND pa.`id_product_attribute` = 3686 LIMIT 1 |
2.592
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5812 (getAvailableDate)
/controllers/front/ProductController.php:1207 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
77 |
SELECT SQL_NO_CACHE `name`, `active`, `position`
FROM `pszj_pscheckout_funding_source`
WHERE `id_shop` = 1 |
2.585
ms
|
11 |
|
|
/modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php:90
/modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php:59 (getAll)
/modules/ps_checkout/src/FundingSource/FundingSourceConfiguration.php:48 (get)
/modules/ps_checkout/src/FundingSource/FundingSourceCollectionBuilder.php:54 (getPosition)
/modules/ps_checkout/src/FundingSource/FundingSourceProvider.php:58 (create)
/var/cache/prod/Ps_checkout8422FrontContainer.php:467 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getFundingSourceProviderService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1516 (getService)
/modules/ps_checkout/ps_checkout.php:951 (getService)
/classes/Hook.php:1043 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:993 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
384 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `pszj_product_attribute` pa
INNER JOIN pszj_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` = 5757
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
2.579
ms
|
6 |
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:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
267 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pszj_cart_product` cp
WHERE cp.`id_product_attribute` = 3679
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6110 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pszj_cart_product` cp JOIN `pszj_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pszj_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3679
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6110 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.571
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5808 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
278 |
SELECT SQL_NO_CACHE `reduction`
FROM `pszj_product_group_reduction_cache`
WHERE `id_product` = 5759 AND `id_group` = 1 LIMIT 1 |
2.566
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
68 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `pszj_product_attribute` pa INNER JOIN pszj_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` = 5758 |
2.552
ms
|
6 |
|
|
/classes/Product.php:7490
/classes/Product.php:7570 (getProductAttributesIds)
/controllers/front/ProductController.php:85 (hasCombinations)
/controllers/front/ProductController.php:158 (canonicalRedirection)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
212 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pszj_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
2.551
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/possearchproducts/possearchproducts.php:177 (__construct)
/modules/possearchproducts/possearchproducts.php:195 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:166 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
257 |
SELECT SQL_NO_CACHE *
FROM `pszj_product` a
LEFT JOIN `pszj_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pszj_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6110) AND (b.`id_shop` = 1) LIMIT 1 |
2.546
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
362 |
SELECT SQL_NO_CACHE *
FROM `pszj_product` a
LEFT JOIN `pszj_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6110) LIMIT 1 |
2.546
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
193 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM pszj_posmegamenu_submenu_item psi
LEFT JOIN pszj_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 31 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
2.532
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:579
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
423 |
SELECT SQL_NO_CACHE *
FROM pszj_meta m
LEFT JOIN pszj_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
2.528
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/posstaticfooter/src/FooterBlockPresenter.php:154 (getMetaByPage)
/modules/posstaticfooter/src/FooterBlockPresenter.php:98 (makeStaticLinks)
/modules/posstaticfooter/src/FooterBlockPresenter.php:24 (makeLinks)
/modules/posstaticfooter/posstaticfooter.php:139 (present)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
269 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pszj_attribute` a
LEFT JOIN `pszj_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pszj_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pszj_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pszj_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 `pszj_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pszj_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 6110
AND pac.`id_product_attribute` = 3679
AND agl.`id_lang` = 1 |
2.522
ms
|
18 |
|
|
/classes/Product.php:7528
/classes/Product.php:5851 (getAttributesParams)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
422 |
SELECT SQL_NO_CACHE *
FROM pszj_meta m
LEFT JOIN pszj_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "new-products"
OR m.page = "newproducts"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
2.482
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/posstaticfooter/src/FooterBlockPresenter.php:135 (getMetaByPage)
/modules/posstaticfooter/src/FooterBlockPresenter.php:94 (makeProductLinks)
/modules/posstaticfooter/src/FooterBlockPresenter.php:24 (makeLinks)
/modules/posstaticfooter/posstaticfooter.php:139 (present)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
78 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pszj_pack` WHERE id_product_pack = 5758 LIMIT 1 |
2.475
ms
|
1 |
|
|
/classes/Pack.php:89
/controllers/front/ProductController.php:315 (isPack)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
107 |
SELECT SQL_NO_CACHE tr.*
FROM `pszj_tax_rule` tr
JOIN `pszj_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
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 |
2.469
ms
|
1 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5966 (getTaxCalculator)
/classes/Product.php:5858 (getTaxesInformations)
/controllers/front/ProductController.php:1207 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
303 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pszj_attribute` a
LEFT JOIN `pszj_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pszj_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pszj_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pszj_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 `pszj_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pszj_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 5757
AND pac.`id_product_attribute` = 3697
AND agl.`id_lang` = 1 |
2.465
ms
|
18 |
|
|
/classes/Product.php:7528
/classes/Product.php:5851 (getAttributesParams)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
181 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pszj_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) AND (b.`id_shop` = 1) LIMIT 1 |
2.464
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:811 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:571 (fomartLink)
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
91 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 5758) AND (id_product_attribute = 3690) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.445
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2824 (getQuantityAvailableByProduct)
/controllers/front/ProductController.php:1092 (getAttributeCombinations)
/controllers/front/ProductController.php:1076 (tryToGetAvailableIdProductAttribute)
/controllers/front/ProductController.php:599 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
55 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `pszj_product` p
INNER JOIN pszj_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 5758
AND DATEDIFF("2025-02-05 00:00:00", product_shop.`date_add`) < 90 LIMIT 1 |
2.434
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
94 |
SELECT SQL_NO_CACHE GROUP_CONCAT(a.`id_product_pack`)
FROM `pszj_pack` a
WHERE a.`id_product_item` = 5758 LIMIT 1 |
2.432
ms
|
1 |
|
|
/classes/Pack.php:445
/controllers/front/ProductController.php:403 (getPacksTable)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
124 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
2.429
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/controller/FrontController.php:1658 (isEnabled)
/classes/controller/FrontController.php:1801 (getDisplayTaxesLabel)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
54 |
SELECT SQL_NO_CACHE *
FROM `pszj_tax_lang`
WHERE `id_tax` = 53 |
2.426
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:6893 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
156 |
SELECT SQL_NO_CACHE pi.*, pl.*
FROM pszj_posmegamenu_item pi
LEFT JOIN `pszj_posmegamenu_item_lang` pl ON pl.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
LEFT JOIN `pszj_posmegamenu_item_shop` ps ON ps.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=1 ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC |
2.418
ms
|
4 |
Yes
|
|
/modules/posmegamenu/classes/PosMegamenuClass.php:231
/modules/posmegamenu/posmegamenu.php:1164 (getMenus)
/modules/posmegamenu/posmegamenu.php:739 (generateCss)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
101 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pszj_image` i
INNER JOIN pszj_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5758
AND image_shop.`cover` = 1 LIMIT 1 |
2.407
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/controllers/front/ProductController.php:1207 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
270 |
SELECT SQL_NO_CACHE *
FROM `pszj_product_attribute` a
LEFT JOIN `pszj_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3679) LIMIT 1 |
2.407
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5906 (__construct)
/classes/Product.php:5869 (computeUnitPriceRatio)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
331 |
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `pszj_product` p
INNER JOIN pszj_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pszj_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 26 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
2.401
ms
|
6 |
|
|
/classes/Category.php:991
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:106 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
151 |
SELECT SQL_NO_CACHE *
FROM `pszj_currency` c
INNER JOIN pszj_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 |
2.398
ms
|
2 |
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:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:78 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
318 |
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 `pszj_product` p
INNER JOIN `pszj_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pszj_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` = 6112) |
2.396
ms
|
6 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
142 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
2.395
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:78 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
202 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pszj_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) AND (b.`id_shop` = 1) LIMIT 1 |
2.395
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:811 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:571 (fomartLink)
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
183 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pszj_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) AND (b.`id_shop` = 1) LIMIT 1 |
2.395
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:811 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:571 (fomartLink)
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
102 |
SELECT SQL_NO_CACHE name FROM pszj_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1 |
2.392
ms
|
1 |
|
|
/classes/Product.php:5655
/controllers/front/ProductController.php:1207 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
160 |
SELECT SQL_NO_CACHE ps.*
FROM pszj_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 5 LIMIT 1 |
2.375
ms
|
4 |
|
|
/modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
/modules/posmegamenu/posmegamenu.php:1194 (getSubmenuConfig)
/modules/posmegamenu/posmegamenu.php:739 (generateCss)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
345 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pszj_image` i
INNER JOIN pszj_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pszj_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5757
ORDER BY `position` |
2.375
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
224 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module` WHERE `name` = "possizechart" LIMIT 1 |
2.369
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:399 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bbf292d57_41484408)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:181 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:126 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
330 |
SELECT SQL_NO_CACHE *
FROM `pszj_product_attribute_lang`
WHERE `id_product_attribute` = 3703 |
2.356
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5906 (__construct)
/classes/Product.php:5869 (computeUnitPriceRatio)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
203 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM pszj_posmegamenu_submenu_item psi
LEFT JOIN pszj_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 36 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
2.351
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:579
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
182 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM pszj_posmegamenu_submenu_item psi
LEFT JOIN pszj_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 25 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
2.345
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:579
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
305 |
SELECT SQL_NO_CACHE *
FROM `pszj_product_attribute_lang`
WHERE `id_product_attribute` = 3697 |
2.334
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5906 (__construct)
/classes/Product.php:5869 (computeUnitPriceRatio)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
125 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
2.330
ms
|
0 |
|
|
/classes/module/Module.php:2109
/classes/controller/FrontController.php:1658 (isEnabled)
/classes/controller/FrontController.php:1801 (getDisplayTaxesLabel)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
108 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pszj_image` i
INNER JOIN pszj_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pszj_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5758
ORDER BY `position` |
2.327
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1242 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
149 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
2.324
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:78 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
158 |
SELECT SQL_NO_CACHE ps.*
FROM pszj_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 3 LIMIT 1 |
2.318
ms
|
4 |
|
|
/modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
/modules/posmegamenu/posmegamenu.php:1194 (getSubmenuConfig)
/modules/posmegamenu/posmegamenu.php:739 (generateCss)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
424 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
2.313
ms
|
1 |
|
|
/classes/module/Module.php:2636
/modules/posstaticfooter/src/FooterBlockPresenter.php:18 (getModuleIdByName)
/modules/posstaticfooter/posstaticfooter.php:139 (present)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
157 |
SELECT SQL_NO_CACHE ps.*
FROM pszj_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 2 LIMIT 1 |
2.295
ms
|
4 |
|
|
/modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
/modules/posmegamenu/posmegamenu.php:1194 (getSubmenuConfig)
/modules/posmegamenu/posmegamenu.php:739 (generateCss)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
159 |
SELECT SQL_NO_CACHE ps.*
FROM pszj_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 4 LIMIT 1 |
2.295
ms
|
4 |
|
|
/modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
/modules/posmegamenu/posmegamenu.php:1194 (getSubmenuConfig)
/modules/posmegamenu/posmegamenu.php:739 (generateCss)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
390 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 5757) AND (id_product_attribute = 3702) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.291
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
337 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pszj_image` i
INNER JOIN pszj_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pszj_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6110
ORDER BY `position` |
2.280
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
409 |
SELECT SQL_NO_CACHE *
FROM `pszj_posstaticfooter` a
WHERE (a.`id_posstaticfooter` = 3) LIMIT 1 |
2.278
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/posstaticfooter/src/FooterBlock.php:65 (__construct)
/modules/posstaticfooter/src/FooterBlockRepository.php:208 (__construct)
/modules/posstaticfooter/posstaticfooter.php:135 (getByIdHook)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
110 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pszj_product_attribute_image` pai
LEFT JOIN `pszj_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `pszj_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (3685, 3686, 3687, 3688, 3689, 3690) AND il.`id_lang` = 1 ORDER by i.`position` |
2.270
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/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1242 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
246 |
SELECT SQL_NO_CACHE product_type FROM `pszj_product` WHERE id_product = 6111 LIMIT 1 |
2.269
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
242 |
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 `pszj_product` p
INNER JOIN `pszj_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pszj_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` = 6111) |
2.268
ms
|
6 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
281 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 5759) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.267
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
220 |
SELECT SQL_NO_CACHE *
FROM `pszj_product_lang`
WHERE `id_product` = 5758 AND `id_shop` = 1 |
2.266
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/6f/12/85/6f1285e443b15f1d7843c45616ac0e3f04e3b038_2.file.product-cover-thumbnails.tpl.php:242 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/6f/12/85/6f1285e443b15f1d7843c45616ac0e3f04e3b038_2.file.product-cover-thumbnails.tpl.php:276 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/6f/12/85/6f1285e443b15f1d7843c45616ac0e3f04e3b038_2.file.product-cover-thumbnails.tpl.php:54 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bbf30c889_24745419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:96 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:138 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bbf292d57_41484408)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:181 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:126 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
255 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pszj_image` i
INNER JOIN pszj_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6110
AND image_shop.`cover` = 1 LIMIT 1 |
2.261
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
228 |
SELECT SQL_NO_CACHE * FROM `pszj_possizecharts` v
INNER JOIN `pszj_possizecharts_lang` vl ON (v.`id_possizecharts` = vl.`id_possizecharts` AND vl.`id_lang` = 1)
INNER JOIN `pszj_possizecharts_shop` vs ON (v.`id_possizecharts` = vs.`id_possizecharts` AND vs.`id_shop` = 1)
WHERE v.`active` = 1 ORDER BY v.`position` ASC |
2.259
ms
|
21 |
Yes
|
|
/modules/possizechart/classes/posschart.php:240
/modules/possizechart/possizechart.php:178 (GetTabContentByProductId)
/modules/possizechart/possizechart.php:163 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:399 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bbf292d57_41484408)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:181 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:126 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
46 |
SELECT SQL_NO_CACHE id_shop
FROM `pszj_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
2.252
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Group.php:400 (isAssociatedToShop)
/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)
/index.php:28 (dispatch)
|
378 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 5759) AND (id_product_attribute = 3676) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.252
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
361 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pszj_product_attribute` pa
INNER JOIN pszj_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 pszj_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 )
JOIN `pszj_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pszj_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pszj_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pszj_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6111) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.244
ms
|
54 |
Yes
|
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:240 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:387 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
90 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 5758) AND (id_product_attribute = 3689) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.240
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2824 (getQuantityAvailableByProduct)
/controllers/front/ProductController.php:1092 (getAttributeCombinations)
/controllers/front/ProductController.php:1076 (tryToGetAvailableIdProductAttribute)
/controllers/front/ProductController.php:599 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
109 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pszj_product_attribute`
WHERE `id_product` = 5758 |
2.238
ms
|
6 |
|
|
/classes/Product.php:2902
/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/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1242 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
111 |
SELECT SQL_NO_CACHE state FROM pszj_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
2.232
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/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/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1242 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
69 |
SELECT SQL_NO_CACHE *
FROM `pszj_product_attribute` a
LEFT JOIN `pszj_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3686) LIMIT 1 |
2.223
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/controllers/front/ProductController.php:1530 (__construct)
/controllers/front/ProductController.php:85 (isValidCombination)
/controllers/front/ProductController.php:158 (canonicalRedirection)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
154 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
2.215
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:78 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
204 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pszj_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) AND (b.`id_shop` = 1) LIMIT 1 |
2.213
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:811 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:571 (fomartLink)
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
290 |
SELECT SQL_NO_CACHE name FROM pszj_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1 |
2.209
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
167 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pszj_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) AND (b.`id_shop` = 1) LIMIT 1 |
2.201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:811 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:571 (fomartLink)
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
131 |
SELECT SQL_NO_CACHE *
FROM `pszj_country` a
LEFT JOIN `pszj_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 10) LIMIT 1 |
2.193
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:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
416 |
SELECT SQL_NO_CACHE *
FROM `pszj_hook` a
WHERE (a.`id_hook` = 45) LIMIT 1 |
2.188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/posstaticfooter/src/FooterBlockPresenter.php:22 (__construct)
/modules/posstaticfooter/posstaticfooter.php:139 (present)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
399 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 6112) AND (id_product_attribute = 3707) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.184
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
116 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pszj_product_attribute_image` pai
LEFT JOIN `pszj_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `pszj_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (3685, 3686, 3687, 3688, 3689, 3690) AND il.`id_lang` = 1 ORDER by i.`position` |
2.184
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/controllers/front/ProductController.php:641 (getCombinationImages)
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
80 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `pszj_category` c
WHERE (c.`id_category` = 2) LIMIT 1 |
2.182
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Category.php:1998 (getInterval)
/controllers/front/ProductController.php:884 (inShop)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
400 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 6112) AND (id_product_attribute = 3708) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.182
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
130 |
SELECT SQL_NO_CACHE *
FROM `pszj_state` a
WHERE (a.`id_state` = 213) LIMIT 1 |
2.175
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:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
57 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM pszj_product_attribute pa
INNER JOIN pszj_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 product_attribute_shop.default_on = 1 AND pa.id_product = 5758 LIMIT 1 |
2.173
ms
|
6 |
|
|
/classes/Product.php:1121
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
140 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module_shop` WHERE `id_module` = 111 AND `id_shop` = 1 LIMIT 1 |
2.173
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:56 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
168 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM pszj_posmegamenu_submenu_item psi
LEFT JOIN pszj_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 6 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
2.173
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:579
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
3 |
SELECT SQL_NO_CACHE *
FROM `pszj_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
2.172
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
79 |
SELECT SQL_NO_CACHE product_type FROM `pszj_product` WHERE id_product = 5758 LIMIT 1 |
2.170
ms
|
1 |
|
|
/classes/Pack.php:90
/controllers/front/ProductController.php:315 (isPack)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
225 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module_shop` WHERE `id_module` = 120 AND `id_shop` = 1 LIMIT 1 |
2.165
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:399 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bbf292d57_41484408)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:181 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:126 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
81 |
SELECT SQL_NO_CACHE id_shop
FROM `pszj_category_shop`
WHERE `id_category` = 26
AND id_shop = 1 LIMIT 1 |
2.156
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/controllers/front/ProductController.php:884 (isAssociatedToShop)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
153 |
SELECT SQL_NO_CACHE *
FROM `pszj_currency_lang`
WHERE `id_currency` = 1 |
2.152
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Currency.php:766 (getCurrencyInstance)
/classes/Currency.php:669 (addCldrDatasToCurrency)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:78 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
247 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 6111) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
243 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pszj_product_shop`
WHERE `id_product` = 6111 AND id_shop=1 LIMIT 1 |
2.149
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
436 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module` WHERE `name` = "pospopup" LIMIT 1 |
2.144
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:563 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:179 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
256 |
SELECT SQL_NO_CACHE name FROM pszj_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1 |
2.140
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
113 |
SELECT SQL_NO_CACHE * FROM `pszj_image_type` |
2.128
ms
|
7 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:224 (getFormattedName)
/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/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1242 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
123 |
SELECT SQL_NO_CACHE 1 FROM `pszj_cart_rule` WHERE ((date_to >= "2025-02-05 00:00:00" AND date_to <= "2025-02-05 23:59:59") OR (date_from >= "2025-02-05 00:00:00" AND date_from <= "2025-02-05 23:59:59") OR (date_from < "2025-02-05 00:00:00" AND date_to > "2025-02-05 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
2.128
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:569 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
326 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pszj_cart_product` cp
WHERE cp.`id_product_attribute` = 3703
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6112 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pszj_cart_product` cp JOIN `pszj_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pszj_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3703
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6112 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.124
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5808 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
377 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 5759) AND (id_product_attribute = 3675) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.123
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
93 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `pszj_pack` where id_product_pack = 5758 |
2.119
ms
|
1 |
|
|
/classes/Pack.php:187
/classes/Pack.php:136 (getItems)
/classes/Product.php:6701 (noPackPrice)
/controllers/front/ProductController.php:400 (getNoPackPrice)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
360 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 6111) AND (id_product_attribute = 3696) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
346 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pszj_product_attribute`
WHERE `id_product` = 5757 |
2.102
ms
|
6 |
|
|
/classes/Product.php:2902
/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)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
380 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 5759) AND (id_product_attribute = 3678) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.094
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
280 |
SELECT SQL_NO_CACHE product_type FROM `pszj_product` WHERE id_product = 5759 LIMIT 1 |
2.083
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
338 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pszj_product_attribute`
WHERE `id_product` = 6110 |
2.070
ms
|
6 |
|
|
/classes/Product.php:2902
/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)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
429 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
2.061
ms
|
1 |
|
|
/classes/module/Module.php:2636
/modules/posstaticfooter/src/FooterBlockPresenter.php:18 (getModuleIdByName)
/modules/posstaticfooter/posstaticfooter.php:139 (present)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
329 |
SELECT SQL_NO_CACHE *
FROM `pszj_product_attribute` a
LEFT JOIN `pszj_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3703) LIMIT 1 |
2.057
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5906 (__construct)
/classes/Product.php:5869 (computeUnitPriceRatio)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
401 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pszj_product_attribute` pa
INNER JOIN pszj_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 pszj_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 )
JOIN `pszj_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pszj_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pszj_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pszj_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6112) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.053
ms
|
54 |
Yes
|
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:240 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:387 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
18 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `pszj_hook` |
2.043
ms
|
1073 |
|
|
/classes/Hook.php:1292
/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)
|
146 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `pszj_country`
WHERE `id_country` = 10 LIMIT 1 |
2.040
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/modules/ps_contactinfo/ps_contactinfo.php:98 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:78 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
231 |
SELECT SQL_NO_CACHE * FROM `pszj_psreassurance` pr
LEFT JOIN pszj_psreassurance_lang prl ON (pr.id_psreassurance = prl.id_psreassurance)
WHERE prl.id_lang = "1"
AND pr.status = 1
ORDER BY pr.position |
2.036
ms
|
3 |
Yes
|
|
/modules/blockreassurance/classes/ReassuranceActivity.php:159
/modules/blockreassurance/blockreassurance.php:498 (getAllBlockByStatus)
/modules/blockreassurance/blockreassurance.php:388 (renderTemplateInHook)
/classes/Hook.php:1043 (hookdisplayReassurance)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:442 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bbf292d57_41484408)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:181 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:126 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
115 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pszj_product_attribute`
WHERE `id_product` = 5758 |
2.033
ms
|
6 |
|
|
/classes/Product.php:2902
/controllers/front/ProductController.php:641 (getCombinationImages)
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
410 |
SELECT SQL_NO_CACHE *
FROM `pszj_posstaticfooter_lang`
WHERE `id_posstaticfooter` = 3 |
2.031
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/posstaticfooter/src/FooterBlock.php:65 (__construct)
/modules/posstaticfooter/src/FooterBlockRepository.php:208 (__construct)
/modules/posstaticfooter/posstaticfooter.php:135 (getByIdHook)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
84 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `pszj_product_attribute` pa INNER JOIN pszj_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` = 5758 |
2.031
ms
|
6 |
|
|
/classes/Product.php:7490
/classes/Product.php:7570 (getProductAttributesIds)
/controllers/front/ProductController.php:1059 (hasCombinations)
/controllers/front/ProductController.php:599 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
76 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module` WHERE `name` = "ps_accounts" LIMIT 1 |
2.024
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:257
/src/Adapter/Module/ModuleDataProvider.php:228 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:329 (isInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_checkout/src/Repository/PsAccountRepository.php:46 (getPsAccountsService)
/var/cache/prod/Ps_checkout8422FrontContainer.php:1137 (__construct)
/var/cache/prod/Ps_checkout8422FrontContainer.php:1217 (getPsAccountRepositoryService)
/var/cache/prod/Ps_checkout8422FrontContainer.php:1207 (getMerchantValidatorService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getFrontControllerValidatorService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1516 (getService)
/modules/ps_checkout/ps_checkout.php:913 (getService)
/classes/Hook.php:1043 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:993 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
136 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module` WHERE `name` = "ps_facebook" LIMIT 1 |
2.015
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:54 (isEnabled)
/var/cache/prod/Ps_facebookFrontContainer.php:283 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:140 (getService)
/modules/ps_facebook/ps_facebook.php:303 (getService)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
415 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module` WHERE `name` = "Chose Module" LIMIT 1 |
2.013
ms
|
0 |
|
|
/classes/module/Module.php:2636
/modules/posstaticfooter/src/FooterBlockPresenter.php:18 (getModuleIdByName)
/modules/posstaticfooter/posstaticfooter.php:139 (present)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
412 |
SELECT SQL_NO_CACHE *
FROM `pszj_posstaticfooter_lang`
WHERE `id_posstaticfooter` = 4 |
2.006
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/posstaticfooter/src/FooterBlock.php:65 (__construct)
/modules/posstaticfooter/src/FooterBlockRepository.php:208 (__construct)
/modules/posstaticfooter/posstaticfooter.php:135 (getByIdHook)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
304 |
SELECT SQL_NO_CACHE *
FROM `pszj_product_attribute` a
LEFT JOIN `pszj_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3697) LIMIT 1 |
2.004
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5906 (__construct)
/classes/Product.php:5869 (computeUnitPriceRatio)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
240 |
SELECT SQL_NO_CACHE *
FROM `pszj_product` a
LEFT JOIN `pszj_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pszj_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6111) AND (b.`id_shop` = 1) LIMIT 1 |
2.003
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
258 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pszj_product_attribute` pa
INNER JOIN pszj_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` = 3679 LIMIT 1 |
1.997
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5674 (getPrice)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
414 |
SELECT SQL_NO_CACHE *
FROM `pszj_posstaticfooter_lang`
WHERE `id_posstaticfooter` = 5 |
1.971
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/posstaticfooter/src/FooterBlock.php:65 (__construct)
/modules/posstaticfooter/src/FooterBlockRepository.php:208 (__construct)
/modules/posstaticfooter/posstaticfooter.php:135 (getByIdHook)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
348 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-02-05 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM pszj_product p
LEFT JOIN pszj_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN pszj_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN pszj_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (6112) |
1.965
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:328 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
363 |
SELECT SQL_NO_CACHE *
FROM `pszj_product_lang`
WHERE `id_product` = 6110 AND `id_shop` = 1 |
1.964
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
317 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pszj_product_attribute` pa
INNER JOIN pszj_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` = 3703 LIMIT 1 |
1.957
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5674 (getPrice)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
56 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM pszj_product_attribute pa
INNER JOIN pszj_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 = 5758 LIMIT 1 |
1.945
ms
|
6 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
138 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module` WHERE `name` = "ps_accounts" LIMIT 1 |
1.943
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:257
/src/Adapter/Module/ModuleDataProvider.php:228 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:329 (isInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:65 (getPsAccountsService)
/var/cache/prod/Ps_facebookFrontContainer.php:283 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:140 (getService)
/modules/ps_facebook/ps_facebook.php:303 (getService)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
144 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
1.940
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:78 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
292 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pszj_product_attribute` pa
INNER JOIN pszj_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` = 3697 LIMIT 1 |
1.940
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5674 (getPrice)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
359 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 6111) AND (id_product_attribute = 3695) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.933
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
245 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pszj_pack` WHERE id_product_pack = 6111 LIMIT 1 |
1.923
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
306 |
SELECT SQL_NO_CACHE name FROM pszj_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1 |
1.916
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
45 |
SELECT SQL_NO_CACHE *
FROM `pszj_group_lang`
WHERE `id_group` = 1 |
1.912
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)
/index.php:28 (dispatch)
|
143 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1 |
1.911
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:78 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
139 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module` WHERE `name` = "pospromo" LIMIT 1 |
1.905
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:56 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
141 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `pszj_currency` c
LEFT JOIN pszj_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
1.899
ms
|
2 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2204 (isMultiCurrencyActivated)
/modules/pospromo/pospromo.php:232 (getCacheId)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:56 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
340 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-02-05 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM pszj_product p
LEFT JOIN pszj_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN pszj_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN pszj_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (5759) |
1.888
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:328 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
86 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 5758) AND (id_product_attribute = 3685) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.886
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2824 (getQuantityAvailableByProduct)
/controllers/front/ProductController.php:1092 (getAttributeCombinations)
/controllers/front/ProductController.php:1076 (tryToGetAvailableIdProductAttribute)
/controllers/front/ProductController.php:599 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
408 |
SELECT SQL_NO_CACHE *
FROM `pszj_posstaticfooter_lang`
WHERE `id_posstaticfooter` = 2 |
1.876
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/posstaticfooter/src/FooterBlock.php:65 (__construct)
/modules/posstaticfooter/src/FooterBlockRepository.php:208 (__construct)
/modules/posstaticfooter/posstaticfooter.php:135 (getByIdHook)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
244 |
SELECT SQL_NO_CACHE `reduction`
FROM `pszj_product_group_reduction_cache`
WHERE `id_product` = 6111 AND `id_group` = 1 LIMIT 1 |
1.863
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
413 |
SELECT SQL_NO_CACHE *
FROM `pszj_posstaticfooter` a
WHERE (a.`id_posstaticfooter` = 5) LIMIT 1 |
1.861
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/posstaticfooter/src/FooterBlock.php:65 (__construct)
/modules/posstaticfooter/src/FooterBlockRepository.php:208 (__construct)
/modules/posstaticfooter/posstaticfooter.php:135 (getByIdHook)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
421 |
SELECT SQL_NO_CACHE *
FROM `pszj_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1 |
1.860
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/posstaticfooter/src/FooterBlockPresenter.php:115 (__construct)
/modules/posstaticfooter/src/FooterBlockPresenter.php:90 (makeCmsLinks)
/modules/posstaticfooter/src/FooterBlockPresenter.php:24 (makeLinks)
/modules/posstaticfooter/posstaticfooter.php:139 (present)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
180 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM pszj_posmegamenu_submenu_item psi
LEFT JOIN pszj_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 24 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
1.857
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:579
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
339 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pszj_product_attribute_image` pai
LEFT JOIN `pszj_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `pszj_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (3679, 3680, 3681, 3682, 3683, 3684) AND il.`id_lang` = 1 ORDER by i.`position` |
1.857
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)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
383 |
SELECT SQL_NO_CACHE *
FROM `pszj_product_lang`
WHERE `id_product` = 5757 AND `id_shop` = 1 |
1.852
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
155 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1 |
1.849
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:78 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
184 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM pszj_posmegamenu_submenu_item psi
LEFT JOIN pszj_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 26 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
1.829
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:579
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
70 |
SELECT SQL_NO_CACHE *
FROM `pszj_product_attribute_lang`
WHERE `id_product_attribute` = 3686 |
1.828
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/controllers/front/ProductController.php:1530 (__construct)
/controllers/front/ProductController.php:85 (isValidCombination)
/controllers/front/ProductController.php:158 (canonicalRedirection)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
205 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM pszj_posmegamenu_submenu_item psi
LEFT JOIN pszj_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 37 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
1.822
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:579
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
319 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pszj_product_shop`
WHERE `id_product` = 6112 AND id_shop=1 LIMIT 1 |
1.819
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
336 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-02-05 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM pszj_product p
LEFT JOIN pszj_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN pszj_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN pszj_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (6110) |
1.809
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:328 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
214 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module` WHERE `name` = "poscompare" LIMIT 1 |
1.809
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:166 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM pszj_shop s
LEFT JOIN pszj_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 |
1.805
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)
|
117 |
SELECT SQL_NO_CACHE pac.`id_product_attribute`
FROM `pszj_product_attribute_combination` pac
INNER JOIN `pszj_product_attribute` pa ON pa.id_product_attribute = pac.id_product_attribute
WHERE id_product = 5758 AND id_attribute IN (3)
GROUP BY id_product_attribute
HAVING COUNT(id_product) = 1 |
1.798
ms
|
6 |
Yes
|
|
/controllers/front/ProductController.php:772
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
332 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-02-05 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM pszj_product p
LEFT JOIN pszj_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN pszj_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN pszj_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (6111) |
1.794
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:328 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
162 |
SELECT SQL_NO_CACHE ps.*
FROM pszj_posmegamenu_submenu ps
WHERE ps.id_posmegamenu_item = 2 AND ps.`active` = 1 LIMIT 1 |
1.780
ms
|
4 |
|
|
/modules/posmegamenu/posmegamenu.php:452
/modules/posmegamenu/posmegamenu.php:705 (getSubmenuInfo)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
230 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module_shop` WHERE `id_module` = 26 AND `id_shop` = 1 LIMIT 1 |
1.779
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/57/c6/66/57c6669524f409dbce6e30e10a5912bfeb38de47_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bbf6051f1_98011298)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:334 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:417 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bbf292d57_41484408)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:181 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:126 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
206 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pszj_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) AND (b.`id_shop` = 1) LIMIT 1 |
1.776
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:811 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:571 (fomartLink)
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
398 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 6112) AND (id_product_attribute = 3706) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.775
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
150 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
1.774
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:78 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
341 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pszj_image` i
INNER JOIN pszj_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pszj_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5759
ORDER BY `position` |
1.773
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
234 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 26) LIMIT 1 |
1.772
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:238 (__construct)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
137 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module_shop` WHERE `id_module` = 44 AND `id_shop` = 1 LIMIT 1 |
1.764
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:54 (isEnabled)
/var/cache/prod/Ps_facebookFrontContainer.php:283 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:140 (getService)
/modules/ps_facebook/ps_facebook.php:303 (getService)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
89 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 5758) AND (id_product_attribute = 3688) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.746
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2824 (getQuantityAvailableByProduct)
/controllers/front/ProductController.php:1092 (getAttributeCombinations)
/controllers/front/ProductController.php:1076 (tryToGetAvailableIdProductAttribute)
/controllers/front/ProductController.php:599 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
229 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module` WHERE `name` = "ps_sharebuttons" LIMIT 1 |
1.739
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/57/c6/66/57c6669524f409dbce6e30e10a5912bfeb38de47_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bbf6051f1_98011298)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:334 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:417 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bbf292d57_41484408)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:181 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:126 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
169 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pszj_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) AND (b.`id_shop` = 1) LIMIT 1 |
1.722
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:811 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:571 (fomartLink)
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
88 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 5758) AND (id_product_attribute = 3687) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.721
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2824 (getQuantityAvailableByProduct)
/controllers/front/ProductController.php:1092 (getAttributeCombinations)
/controllers/front/ProductController.php:1076 (tryToGetAvailableIdProductAttribute)
/controllers/front/ProductController.php:599 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
126 |
SELECT SQL_NO_CACHE *
FROM `pszj_product` a
LEFT JOIN `pszj_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pszj_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5758) AND (b.`id_shop` = 1) LIMIT 1 |
1.708
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
132 |
SELECT SQL_NO_CACHE *
FROM `pszj_country_lang`
WHERE `id_country` = 10 |
1.703
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/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:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
152 |
SELECT SQL_NO_CACHE *
FROM `pszj_currency` a
LEFT JOIN `pszj_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
1.698
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Currency.php:766 (getCurrencyInstance)
/classes/Currency.php:669 (addCldrDatasToCurrency)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:78 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
268 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pszj_product` p LEFT JOIN `pszj_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pszj_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pszj_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 6110 AND pa.`id_product` = 6110 AND pa.`id_product_attribute` = 3679 LIMIT 1 |
1.665
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5812 (getAvailableDate)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
282 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pszj_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5759 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pszj_cart_product` cp JOIN `pszj_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pszj_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5759 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.663
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
374 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `pszj_product_attribute` pa
INNER JOIN pszj_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` = 5759
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.659
ms
|
6 |
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:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
279 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pszj_pack` WHERE id_product_pack = 5759 LIMIT 1 |
1.654
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
191 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pszj_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 27) AND (b.`id_shop` = 1) LIMIT 1 |
1.649
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:811 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:571 (fomartLink)
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
170 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM pszj_posmegamenu_submenu_item psi
LEFT JOIN pszj_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 7 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
1.644
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:579
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
376 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 5759) AND (id_product_attribute = 3674) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.607
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
87 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 5758) AND (id_product_attribute = 3686) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.589
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2824 (getQuantityAvailableByProduct)
/controllers/front/ProductController.php:1092 (getAttributeCombinations)
/controllers/front/ProductController.php:1076 (tryToGetAvailableIdProductAttribute)
/controllers/front/ProductController.php:599 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
411 |
SELECT SQL_NO_CACHE *
FROM `pszj_posstaticfooter` a
WHERE (a.`id_posstaticfooter` = 4) LIMIT 1 |
1.587
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/posstaticfooter/src/FooterBlock.php:65 (__construct)
/modules/posstaticfooter/src/FooterBlockRepository.php:208 (__construct)
/modules/posstaticfooter/posstaticfooter.php:135 (getByIdHook)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
235 |
SELECT SQL_NO_CACHE *
FROM `pszj_category_lang`
WHERE `id_category` = 26 AND `id_shop` = 1 |
1.587
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:238 (__construct)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
236 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM pszj_category_group ctg
WHERE ctg.`id_category` = 26 AND ctg.`id_group` = 1 LIMIT 1 |
1.586
ms
|
1 |
|
|
/classes/Category.php:1754
/classes/Category.php:973 (checkAccess)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
241 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pszj_product_attribute` pa
INNER JOIN pszj_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` = 3691 LIMIT 1 |
1.579
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5674 (getPrice)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
437 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module_shop` WHERE `id_module` = 109 AND `id_shop` = 1 LIMIT 1 |
1.570
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:563 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:179 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
379 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 5759) AND (id_product_attribute = 3677) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.562
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
248 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pszj_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6111 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pszj_cart_product` cp JOIN `pszj_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pszj_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6111 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.558
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
354 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `pszj_product_attribute` pa
INNER JOIN pszj_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` = 6111
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.556
ms
|
6 |
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:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
23 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `pszj_meta` m
LEFT JOIN `pszj_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
1.547
ms
|
100 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
133 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM pszj_required_field |
1.488
ms
|
2 |
|
|
/classes/ObjectModel.php:1592
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:555 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
19 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pszj_module` m
LEFT JOIN `pszj_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.487
ms
|
110 |
|
|
/classes/module/Module.php:345
/modules/xipblog/xipblog.php:77 (__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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (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)
|
252 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pszj_attribute` a
LEFT JOIN `pszj_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pszj_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pszj_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pszj_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 `pszj_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pszj_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 6111
AND pac.`id_product_attribute` = 3691
AND agl.`id_lang` = 1 |
1.470
ms
|
18 |
|
|
/classes/Product.php:7528
/classes/Product.php:5851 (getAttributesParams)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
387 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 5757) AND (id_product_attribute = 3699) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.457
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
65 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `pszj_stock_available`
WHERE (id_product = 5758) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.435
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
320 |
SELECT SQL_NO_CACHE `reduction`
FROM `pszj_product_group_reduction_cache`
WHERE `id_product` = 6112 AND `id_group` = 1 LIMIT 1 |
1.415
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
311 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pszj_attribute` a
LEFT JOIN `pszj_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pszj_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pszj_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pszj_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 `pszj_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pszj_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 5758
AND pac.`id_product_attribute` = 3685
AND agl.`id_lang` = 1 |
1.404
ms
|
18 |
|
|
/classes/Product.php:7528
/classes/Product.php:5851 (getAttributesParams)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
134 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a0
LEFT JOIN `pszj_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 45) AND (a0.`nright` > 46) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
1.396
ms
|
58 |
Yes
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/ProductController.php:1335 (rewind)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
275 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pszj_product_attribute` pa
INNER JOIN pszj_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` = 3673 LIMIT 1 |
1.394
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5674 (getPrice)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
48 |
SELECT SQL_NO_CACHE `name`
FROM `pszj_manufacturer`
WHERE `id_manufacturer` = 0
AND `active` = 1 LIMIT 1 |
1.343
ms
|
0 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:734 (getNameById)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
145 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1 |
1.340
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:78 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
355 |
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 `pszj_product_attribute_combination` pac
LEFT JOIN `pszj_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pszj_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pszj_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pszj_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (3691,3692,3693,3694,3695,3696)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.339
ms
|
18 |
|
|
/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:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
372 |
SELECT SQL_NO_CACHE *
FROM `pszj_product` a
LEFT JOIN `pszj_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5759) LIMIT 1 |
1.337
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
222 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `pszj_product_attribute` pa
INNER JOIN pszj_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` = 5758
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.335
ms
|
6 |
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:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/6f/12/85/6f1285e443b15f1d7843c45616ac0e3f04e3b038_2.file.product-cover-thumbnails.tpl.php:242 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/6f/12/85/6f1285e443b15f1d7843c45616ac0e3f04e3b038_2.file.product-cover-thumbnails.tpl.php:276 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/6f/12/85/6f1285e443b15f1d7843c45616ac0e3f04e3b038_2.file.product-cover-thumbnails.tpl.php:54 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bbf30c889_24745419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:96 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:138 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bbf292d57_41484408)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:181 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:126 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
385 |
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 `pszj_product_attribute_combination` pac
LEFT JOIN `pszj_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pszj_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pszj_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pszj_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (3697,3698,3699,3700,3701,3702)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.325
ms
|
18 |
|
|
/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:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
195 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM pszj_posmegamenu_submenu_item psi
LEFT JOIN pszj_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 32 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
1.294
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:579
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
286 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pszj_attribute` a
LEFT JOIN `pszj_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pszj_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pszj_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pszj_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 `pszj_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pszj_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 5759
AND pac.`id_product_attribute` = 3673
AND agl.`id_lang` = 1 |
1.284
ms
|
18 |
|
|
/classes/Product.php:7528
/classes/Product.php:5851 (getAttributesParams)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
394 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `pszj_product_attribute` pa
INNER JOIN pszj_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` = 6112
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.277
ms
|
6 |
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:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
75 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pszj_module` m
LEFT JOIN `pszj_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.273
ms
|
110 |
|
|
/classes/module/Module.php:345
/modules/blockreassurance/blockreassurance.php:102 (__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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:993 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
147 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
1.273
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:78 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
274 |
SELECT SQL_NO_CACHE *
FROM `pszj_product` a
LEFT JOIN `pszj_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pszj_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5759) AND (b.`id_shop` = 1) LIMIT 1 |
1.272
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
430 |
SELECT SQL_NO_CACHE pf.`id_posstaticfooter`
FROM pszj_posstaticfooter pf
LEFT JOIN pszj_posstaticfooter_shop pfs ON pf.`id_posstaticfooter` = pfs.`id_posstaticfooter`
WHERE `id_hook` = 891 AND pfs.`id_shop` = 1
ORDER by pf.`position` |
1.265
ms
|
7 |
Yes
|
|
/modules/posstaticfooter/src/FooterBlockRepository.php:205
/modules/posstaticfooter/posstaticfooter.php:135 (getByIdHook)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
223 |
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 `pszj_product_attribute_combination` pac
LEFT JOIN `pszj_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pszj_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pszj_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pszj_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (3685,3686,3687,3688,3689,3690)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.259
ms
|
18 |
|
|
/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:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/6f/12/85/6f1285e443b15f1d7843c45616ac0e3f04e3b038_2.file.product-cover-thumbnails.tpl.php:242 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/6f/12/85/6f1285e443b15f1d7843c45616ac0e3f04e3b038_2.file.product-cover-thumbnails.tpl.php:276 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/6f/12/85/6f1285e443b15f1d7843c45616ac0e3f04e3b038_2.file.product-cover-thumbnails.tpl.php:54 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bbf30c889_24745419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:96 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:138 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bbf292d57_41484408)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:181 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:126 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
395 |
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 `pszj_product_attribute_combination` pac
LEFT JOIN `pszj_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pszj_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pszj_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pszj_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (3703,3704,3705,3706,3707,3708)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.251
ms
|
18 |
|
|
/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:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
25 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pszj_module` m
LEFT JOIN `pszj_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.250
ms
|
110 |
|
|
/classes/module/Module.php:345
/modules/ps_mbo/ps_mbo.php:106 (__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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
365 |
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 `pszj_product_attribute_combination` pac
LEFT JOIN `pszj_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pszj_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pszj_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pszj_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (3679,3680,3681,3682,3683,3684)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.245
ms
|
18 |
|
|
/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:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
64 |
SELECT SQL_NO_CACHE out_of_stock
FROM `pszj_stock_available`
WHERE (id_product = 5758) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.233
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
175 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pszj_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) AND (b.`id_shop` = 1) LIMIT 1 |
1.220
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:811 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:571 (fomartLink)
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
309 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pszj_cart_product` cp
WHERE cp.`id_product_attribute` = 3685
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5758 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pszj_cart_product` cp JOIN `pszj_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pszj_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3685
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5758 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.195
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5808 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
22 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pszj_module` m
LEFT JOIN `pszj_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.192
ms
|
110 |
|
|
/classes/module/Module.php:345
/modules/ps_checkout/ps_checkout.php:149 (__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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (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)
|
208 |
SELECT SQL_NO_CACHE *
FROM `pszj_cms` a
LEFT JOIN `pszj_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `pszj_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
1.183
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Link.php:555 (__construct)
/modules/posmegamenu/posmegamenu.php:821 (getCMSLink)
/modules/posmegamenu/posmegamenu.php:756 (fomartLink)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
308 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pszj_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5758 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pszj_cart_product` cp JOIN `pszj_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pszj_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5758 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.141
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
324 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pszj_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6112 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pszj_cart_product` cp JOIN `pszj_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pszj_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6112 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.121
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
58 |
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 `pszj_product` p
INNER JOIN `pszj_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pszj_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` = 5758) |
1.111
ms
|
6 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
210 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module` WHERE `name` = "possearchproducts" LIMIT 1 |
1.108
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:166 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
21 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pszj_module` m
LEFT JOIN `pszj_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.104
ms
|
110 |
|
|
/classes/module/Module.php:345
/modules/ets_faq/ets_faq.php:48 (__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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (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)
|
335 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pszj_product_attribute_image` pai
LEFT JOIN `pszj_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `pszj_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (3691, 3692, 3693, 3694, 3695, 3696) AND il.`id_lang` = 1 ORDER by i.`position` |
1.087
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)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
404 |
SELECT SQL_NO_CACHE pf.`id_posstaticfooter`
FROM pszj_posstaticfooter pf
LEFT JOIN pszj_posstaticfooter_shop pfs ON pf.`id_posstaticfooter` = pfs.`id_posstaticfooter`
WHERE `id_hook` = 45 AND pfs.`id_shop` = 1
ORDER by pf.`position` |
1.075
ms
|
7 |
Yes
|
|
/modules/posstaticfooter/src/FooterBlockRepository.php:205
/modules/posstaticfooter/posstaticfooter.php:135 (getByIdHook)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
250 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pszj_cart_product` cp
WHERE cp.`id_product_attribute` = 3691
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6111 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pszj_cart_product` cp JOIN `pszj_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pszj_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3691
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6111 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.059
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5808 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
265 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pszj_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6110 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pszj_cart_product` cp JOIN `pszj_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pszj_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6110 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.056
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
386 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 5757) AND (id_product_attribute = 3698) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.047
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
392 |
SELECT SQL_NO_CACHE *
FROM `pszj_product` a
LEFT JOIN `pszj_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6112) LIMIT 1 |
1.042
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
333 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pszj_image` i
INNER JOIN pszj_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pszj_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6111
ORDER BY `position` |
1.041
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
119 |
SELECT SQL_NO_CACHE pac.`id_product_attribute`
FROM `pszj_product_attribute_combination` pac
INNER JOIN `pszj_product_attribute` pa ON pa.id_product_attribute = pac.id_product_attribute
WHERE id_product = 5758 AND id_attribute IN (3,5)
GROUP BY id_product_attribute
HAVING COUNT(id_product) = 2 |
1.040
ms
|
18 |
Yes
|
|
/controllers/front/ProductController.php:772
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM pszj_shop_group gs
LEFT JOIN pszj_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN pszj_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.038
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)
|
301 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pszj_cart_product` cp
WHERE cp.`id_product_attribute` = 3697
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5757 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pszj_cart_product` cp JOIN `pszj_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pszj_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3697
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5757 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.029
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5808 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
284 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pszj_cart_product` cp
WHERE cp.`id_product_attribute` = 3673
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5759 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pszj_cart_product` cp JOIN `pszj_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pszj_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3673
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5759 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.023
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5808 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
52 |
SELECT SQL_NO_CACHE tr.*
FROM `pszj_tax_rule` tr
JOIN `pszj_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 53
AND tr.`id_state` IN (0, 213)
AND ('84013' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '84013')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
1.017
ms
|
2 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:6893 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pszj_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5757 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pszj_cart_product` cp JOIN `pszj_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pszj_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5757 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.016
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
426 |
SELECT SQL_NO_CACHE *
FROM `pszj_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1 |
0.965
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/posstaticfooter/src/FooterBlockPresenter.php:115 (__construct)
/modules/posstaticfooter/src/FooterBlockPresenter.php:90 (makeCmsLinks)
/modules/posstaticfooter/src/FooterBlockPresenter.php:24 (makeLinks)
/modules/posstaticfooter/posstaticfooter.php:139 (present)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
185 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pszj_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 |
0.929
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:811 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:571 (fomartLink)
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
187 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pszj_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) AND (b.`id_shop` = 1) LIMIT 1 |
0.900
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:811 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:571 (fomartLink)
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
238 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pszj_image` i
INNER JOIN pszj_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6111
AND image_shop.`cover` = 1 LIMIT 1 |
0.900
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
402 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module` WHERE `name` = "posstaticfooter" LIMIT 1 |
0.893
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
197 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM pszj_posmegamenu_submenu_item psi
LEFT JOIN pszj_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 33 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
0.877
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:579
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
200 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pszj_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) AND (b.`id_shop` = 1) LIMIT 1 |
0.873
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:811 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:571 (fomartLink)
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
259 |
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 `pszj_product` p
INNER JOIN `pszj_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pszj_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` = 6110) |
0.871
ms
|
6 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
207 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM pszj_posmegamenu_submenu_item psi
LEFT JOIN pszj_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 38 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
0.870
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:579
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
349 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pszj_image` i
INNER JOIN pszj_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pszj_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6112
ORDER BY `position` |
0.865
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
312 |
SELECT SQL_NO_CACHE *
FROM `pszj_product_attribute` a
LEFT JOIN `pszj_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3685) LIMIT 1 |
0.853
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5906 (__construct)
/classes/Product.php:5869 (computeUnitPriceRatio)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
118 |
SELECT SQL_NO_CACHE pac2.`id_attribute` FROM `pszj_product_attribute_combination` pac2 INNER JOIN `pszj_stock_available` pa ON pa.id_product_attribute = pac2.id_product_attribute
WHERE pa.quantity > 0 AND pac2.`id_product_attribute` IN (0,3686)
AND pac2.id_attribute NOT IN (3) |
0.852
ms
|
5 |
|
|
/controllers/front/ProductController.php:783
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
178 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM pszj_posmegamenu_submenu_item psi
LEFT JOIN pszj_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 23 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
0.848
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:579
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
310 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pszj_product` p LEFT JOIN `pszj_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pszj_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pszj_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 5758 AND pa.`id_product` = 5758 AND pa.`id_product_attribute` = 3685 LIMIT 1 |
0.836
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5812 (getAvailableDate)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
276 |
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 `pszj_product` p
INNER JOIN `pszj_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pszj_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` = 5759) |
0.835
ms
|
6 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
189 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pszj_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21) AND (b.`id_shop` = 1) LIMIT 1 |
0.831
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:811 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:571 (fomartLink)
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
209 |
SELECT SQL_NO_CACHE *
FROM pszj_meta m
LEFT JOIN pszj_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.831
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/posmegamenu/posmegamenu.php:854 (getMetaByPage)
/modules/posmegamenu/posmegamenu.php:756 (fomartLink)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
253 |
SELECT SQL_NO_CACHE *
FROM `pszj_product_attribute` a
LEFT JOIN `pszj_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3691) LIMIT 1 |
0.831
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5906 (__construct)
/classes/Product.php:5869 (computeUnitPriceRatio)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
190 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM pszj_posmegamenu_submenu_item psi
LEFT JOIN pszj_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 29 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
0.824
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:579
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
171 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pszj_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) AND (b.`id_shop` = 1) LIMIT 1 |
0.821
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:811 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:571 (fomartLink)
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
289 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pszj_image` i
INNER JOIN pszj_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5757
AND image_shop.`cover` = 1 LIMIT 1 |
0.819
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
186 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM pszj_posmegamenu_submenu_item psi
LEFT JOIN pszj_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 27 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
0.817
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:579
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `pszj_lang` l
JOIN pszj_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.816
ms
|
2 |
|
|
/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)
|
198 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pszj_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) AND (b.`id_shop` = 1) LIMIT 1 |
0.807
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:811 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:571 (fomartLink)
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
148 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.806
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:78 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
127 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pszj_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 26 LIMIT 1 |
0.794
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
427 |
SELECT SQL_NO_CACHE *
FROM pszj_meta m
LEFT JOIN pszj_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "my-account"
OR m.page = "myaccount"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.781
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/posstaticfooter/src/FooterBlockPresenter.php:154 (getMetaByPage)
/modules/posstaticfooter/src/FooterBlockPresenter.php:98 (makeStaticLinks)
/modules/posstaticfooter/src/FooterBlockPresenter.php:24 (makeLinks)
/modules/posstaticfooter/posstaticfooter.php:139 (present)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
428 |
SELECT SQL_NO_CACHE `id_module`, `name` FROM `pszj_module` |
0.781
ms
|
110 |
|
|
/classes/module/Module.php:1253
/modules/posstaticfooter/src/FooterBlockPresenter.php:35 (getInstanceById)
/modules/posstaticfooter/src/FooterBlockPresenter.php:28 (getModuleAssign)
/modules/posstaticfooter/posstaticfooter.php:139 (present)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
239 |
SELECT SQL_NO_CACHE name FROM pszj_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1 |
0.775
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM pszj_shop_url su
LEFT JOIN pszj_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.moochuuitalia.com' OR su.domain_ssl = 'www.moochuuitalia.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.774
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
188 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM pszj_posmegamenu_submenu_item psi
LEFT JOIN pszj_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 28 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
0.773
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:579
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
74 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pszj_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 26) AND (b.`id_shop` = 1) LIMIT 1 |
0.770
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/ProductController.php:303 (__construct)
/controllers/front/ProductController.php:170 (initializeCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
120 |
SELECT SQL_NO_CACHE pac2.`id_attribute` FROM `pszj_product_attribute_combination` pac2 INNER JOIN `pszj_stock_available` pa ON pa.id_product_attribute = pac2.id_product_attribute
WHERE pa.quantity > 0 AND pac2.`id_product_attribute` IN (0,3686)
AND pac2.id_attribute NOT IN (3,5) |
0.761
ms
|
6 |
|
|
/controllers/front/ProductController.php:783
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
373 |
SELECT SQL_NO_CACHE *
FROM `pszj_product_lang`
WHERE `id_product` = 5759 AND `id_shop` = 1 |
0.760
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
62 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM pszj_tag t
LEFT JOIN pszj_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=5758 |
0.753
ms
|
5 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
343 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pszj_product_attribute_image` pai
LEFT JOIN `pszj_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `pszj_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (3673, 3674, 3675, 3676, 3677, 3678) AND il.`id_lang` = 1 ORDER by i.`position` |
0.753
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)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
196 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pszj_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) AND (b.`id_shop` = 1) LIMIT 1 |
0.751
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:811 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:571 (fomartLink)
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
199 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM pszj_posmegamenu_submenu_item psi
LEFT JOIN pszj_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 34 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
0.751
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:579
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
201 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM pszj_posmegamenu_submenu_item psi
LEFT JOIN pszj_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 35 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
0.749
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:579
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
353 |
SELECT SQL_NO_CACHE *
FROM `pszj_product_lang`
WHERE `id_product` = 6111 AND `id_shop` = 1 |
0.748
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
122 |
SELECT SQL_NO_CACHE 1 FROM `pszj_cart_rule` WHERE ((date_to >= "2025-02-05 00:00:00" AND date_to <= "2025-02-05 23:59:59") OR (date_from >= "2025-02-05 00:00:00" AND date_from <= "2025-02-05 23:59:59") OR (date_from < "2025-02-05 00:00:00" AND date_to > "2025-02-05 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.748
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3034 (getCustomerCartRules)
/classes/Cart.php:3418 (getDeliveryOptionList)
/classes/Cart.php:3491 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2186 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
342 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pszj_product_attribute`
WHERE `id_product` = 5759 |
0.747
ms
|
6 |
|
|
/classes/Product.php:2902
/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)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
287 |
SELECT SQL_NO_CACHE *
FROM `pszj_product_attribute` a
LEFT JOIN `pszj_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3673) LIMIT 1 |
0.737
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5906 (__construct)
/classes/Product.php:5869 (computeUnitPriceRatio)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
249 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 6111) AND (id_product_attribute = 3691) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.731
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5808 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
251 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pszj_product` p LEFT JOIN `pszj_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pszj_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pszj_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 6111 AND pa.`id_product` = 6111 AND pa.`id_product_attribute` = 3691 LIMIT 1 |
0.728
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5812 (getAvailableDate)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
327 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pszj_product` p LEFT JOIN `pszj_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pszj_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pszj_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 6112 AND pa.`id_product` = 6112 AND pa.`id_product_attribute` = 3703 LIMIT 1 |
0.720
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5812 (getAvailableDate)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
216 |
SELECT SQL_NO_CACHE count(id_wishlist_product) FROM pszj_poswishlist w, pszj_poswishlist_product wp where w.id_wishlist = wp.id_wishlist and w.id_customer=0 LIMIT 1 |
0.713
ms
|
45 |
|
|
/modules/poswishlist/poswishlist.php:219
/modules/poswishlist/poswishlist.php:225 (hookdisplayNav)
/classes/Hook.php:1043 (hookdisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:166 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
17 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `pszj_hook_alias` |
0.701
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)
|
121 |
SELECT SQL_NO_CACHE 1 FROM pszj_cart_product cp INNER JOIN pszj_product p
ON (p.id_product = cp.id_product) INNER JOIN pszj_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.696
ms
|
1 |
|
|
/classes/Cart.php:4210
/classes/Cart.php:4185 (hasProducts)
/classes/Cart.php:2130 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
177 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pszj_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) AND (b.`id_shop` = 1) LIMIT 1 |
0.691
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:811 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:571 (fomartLink)
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
173 |
SELECT SQL_NO_CACHE *
FROM `pszj_category` a
LEFT JOIN `pszj_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pszj_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) AND (b.`id_shop` = 1) LIMIT 1 |
0.688
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/posmegamenu/posmegamenu.php:811 (getCategoryLink)
/modules/posmegamenu/posmegamenu.php:571 (fomartLink)
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
272 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pszj_image` i
INNER JOIN pszj_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5759
AND image_shop.`cover` = 1 LIMIT 1 |
0.681
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
351 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pszj_product_attribute_image` pai
LEFT JOIN `pszj_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `pszj_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (3703, 3704, 3705, 3706, 3707, 3708) AND il.`id_lang` = 1 ORDER by i.`position` |
0.674
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)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
40 |
SELECT SQL_NO_CACHE *
FROM `pszj_country` a
LEFT JOIN `pszj_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `pszj_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 10) LIMIT 1 |
0.673
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/controller/FrontController.php:354 (__construct)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
393 |
SELECT SQL_NO_CACHE *
FROM `pszj_product_lang`
WHERE `id_product` = 6112 AND `id_shop` = 1 |
0.665
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
314 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pszj_image` i
INNER JOIN pszj_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6112
AND image_shop.`cover` = 1 LIMIT 1 |
0.663
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
20 |
SELECT SQL_NO_CACHE name, alias FROM `pszj_hook_alias` |
0.662
ms
|
88 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:974 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
6 |
SELECT SQL_NO_CACHE *
FROM `pszj_country` a
LEFT JOIN `pszj_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `pszj_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 10) LIMIT 1 |
0.662
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)
|
172 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM pszj_posmegamenu_submenu_item psi
LEFT JOIN pszj_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 18 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
0.653
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:579
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
285 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pszj_product` p LEFT JOIN `pszj_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pszj_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pszj_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 5759 AND pa.`id_product` = 5759 AND pa.`id_product_attribute` = 3673 LIMIT 1 |
0.652
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5812 (getAvailableDate)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
226 |
SELECT SQL_NO_CACHE `id_category` FROM `pszj_category_product`
WHERE `id_product`=5758 |
0.651
ms
|
1 |
|
|
/modules/possizechart/classes/posschart.php:220
/modules/possizechart/possizechart.php:178 (GetTabContentByProductId)
/modules/possizechart/possizechart.php:163 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:399 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bbf292d57_41484408)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:181 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:126 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
417 |
SELECT SQL_NO_CACHE *
FROM pszj_meta m
LEFT JOIN pszj_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.643
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/posstaticfooter/src/FooterBlockPresenter.php:154 (getMetaByPage)
/modules/posstaticfooter/src/FooterBlockPresenter.php:98 (makeStaticLinks)
/modules/posstaticfooter/src/FooterBlockPresenter.php:24 (makeLinks)
/modules/posstaticfooter/posstaticfooter.php:139 (present)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
174 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM pszj_posmegamenu_submenu_item psi
LEFT JOIN pszj_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 19 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
0.640
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:579
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
425 |
SELECT SQL_NO_CACHE *
FROM `pszj_cms` a
LEFT JOIN `pszj_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1 |
0.638
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/posstaticfooter/src/FooterBlockPresenter.php:115 (__construct)
/modules/posstaticfooter/src/FooterBlockPresenter.php:90 (makeCmsLinks)
/modules/posstaticfooter/src/FooterBlockPresenter.php:24 (makeLinks)
/modules/posstaticfooter/posstaticfooter.php:139 (present)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
403 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module_shop` WHERE `id_module` = 102 AND `id_shop` = 1 LIMIT 1 |
0.630
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
176 |
SELECT SQL_NO_CACHE psi.*,psil.*
FROM pszj_posmegamenu_submenu_item psi
LEFT JOIN pszj_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 22 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
0.630
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:579
/modules/posmegamenu/posmegamenu.php:710 (getColInfoFront)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
418 |
SELECT SQL_NO_CACHE *
FROM pszj_meta m
LEFT JOIN pszj_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.626
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/posstaticfooter/src/FooterBlockPresenter.php:154 (getMetaByPage)
/modules/posstaticfooter/src/FooterBlockPresenter.php:98 (makeStaticLinks)
/modules/posstaticfooter/src/FooterBlockPresenter.php:24 (makeLinks)
/modules/posstaticfooter/posstaticfooter.php:139 (present)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
38 |
SELECT SQL_NO_CACHE *
FROM `pszj_currency` a
LEFT JOIN `pszj_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `pszj_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.622
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)
/index.php:28 (dispatch)
|
388 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 5757) AND (id_product_attribute = 3700) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.616
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
406 |
SELECT SQL_NO_CACHE *
FROM `pszj_posstaticfooter_lang`
WHERE `id_posstaticfooter` = 1 |
0.615
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/posstaticfooter/src/FooterBlock.php:65 (__construct)
/modules/posstaticfooter/src/FooterBlockRepository.php:208 (__construct)
/modules/posstaticfooter/posstaticfooter.php:135 (getByIdHook)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
232 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module` WHERE `name` = "ps_categoryproducts" LIMIT 1 |
0.612
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
271 |
SELECT SQL_NO_CACHE *
FROM `pszj_product_attribute_lang`
WHERE `id_product_attribute` = 3679 |
0.608
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5906 (__construct)
/classes/Product.php:5869 (computeUnitPriceRatio)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
73 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `pszj_category_product` cp
INNER JOIN `pszj_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 5758 AND ctg.`id_group` = 1 LIMIT 1 |
0.607
ms
|
1 |
|
|
/classes/Product.php:6734
/classes/Product.php:6711 (checkAccessStatic)
/controllers/front/ProductController.php:265 (checkAccess)
/controllers/front/ProductController.php:167 (checkPermissionsToViewProduct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
296 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pszj_pack` WHERE id_product_pack = 5757 LIMIT 1 |
0.605
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
13 |
SELECT SQL_NO_CACHE *
FROM `pszj_lang` a
LEFT JOIN `pszj_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.602
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Tools.php:641 (__construct)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
334 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pszj_product_attribute`
WHERE `id_product` = 6111 |
0.601
ms
|
6 |
|
|
/classes/Product.php:2902
/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)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM pszj_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.600
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
34 |
SELECT SQL_NO_CACHE *
FROM `pszj_currency` a
LEFT JOIN `pszj_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `pszj_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.600
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)
/index.php:28 (dispatch)
|
356 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 6111) AND (id_product_attribute = 3692) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.596
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
44 |
SELECT SQL_NO_CACHE *
FROM `pszj_group` a
LEFT JOIN `pszj_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.591
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)
/index.php:28 (dispatch)
|
63 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 5758) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.590
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7860 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
254 |
SELECT SQL_NO_CACHE *
FROM `pszj_product_attribute_lang`
WHERE `id_product_attribute` = 3691 |
0.582
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5906 (__construct)
/classes/Product.php:5869 (computeUnitPriceRatio)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
419 |
SELECT SQL_NO_CACHE *
FROM pszj_meta m
LEFT JOIN pszj_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "stores"
OR m.page = "stores"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.582
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/posstaticfooter/src/FooterBlockPresenter.php:154 (getMetaByPage)
/modules/posstaticfooter/src/FooterBlockPresenter.php:98 (makeStaticLinks)
/modules/posstaticfooter/src/FooterBlockPresenter.php:24 (makeLinks)
/modules/posstaticfooter/posstaticfooter.php:139 (present)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
431 |
SELECT SQL_NO_CACHE *
FROM `pszj_posstaticfooter` a
WHERE (a.`id_posstaticfooter` = 6) LIMIT 1 |
0.577
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/posstaticfooter/src/FooterBlock.php:65 (__construct)
/modules/posstaticfooter/src/FooterBlockRepository.php:208 (__construct)
/modules/posstaticfooter/posstaticfooter.php:135 (getByIdHook)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
307 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pszj_product_attribute` pa
INNER JOIN pszj_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` = 3685 LIMIT 1 |
0.573
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5674 (getPrice)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
434 |
SELECT SQL_NO_CACHE *
FROM `pszj_posstaticfooter_lang`
WHERE `id_posstaticfooter` = 7 |
0.570
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/posstaticfooter/src/FooterBlock.php:65 (__construct)
/modules/posstaticfooter/src/FooterBlockRepository.php:208 (__construct)
/modules/posstaticfooter/posstaticfooter.php:135 (getByIdHook)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
325 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 6112) AND (id_product_attribute = 3703) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.561
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5808 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
432 |
SELECT SQL_NO_CACHE *
FROM `pszj_posstaticfooter_lang`
WHERE `id_posstaticfooter` = 6 |
0.554
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/posstaticfooter/src/FooterBlock.php:65 (__construct)
/modules/posstaticfooter/src/FooterBlockRepository.php:208 (__construct)
/modules/posstaticfooter/posstaticfooter.php:135 (getByIdHook)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
300 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 5757) AND (id_product_attribute = 3697) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.552
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5808 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
53 |
SELECT SQL_NO_CACHE *
FROM `pszj_tax` a
WHERE (a.`id_tax` = 53) LIMIT 1 |
0.551
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:6893 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 6110) AND (id_product_attribute = 3679) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.551
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5808 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
323 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 6112) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.548
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
227 |
SELECT SQL_NO_CACHE `id_manufacturer` FROM `pszj_product`
WHERE `id_product`=5758 |
0.547
ms
|
1 |
|
|
/modules/possizechart/classes/posschart.php:229
/modules/possizechart/possizechart.php:178 (GetTabContentByProductId)
/modules/possizechart/possizechart.php:163 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:399 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:70 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bbf292d57_41484408)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:181 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:126 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
41 |
SELECT SQL_NO_CACHE *
FROM `pszj_currency` a
LEFT JOIN `pszj_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.546
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
262 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pszj_pack` WHERE id_product_pack = 6110 LIMIT 1 |
0.546
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
163 |
SELECT SQL_NO_CACHE sr.*
FROM pszj_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.544
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:464
/modules/posmegamenu/posmegamenu.php:706 (getRowInfo)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
313 |
SELECT SQL_NO_CACHE *
FROM `pszj_product_attribute_lang`
WHERE `id_product_attribute` = 3685 |
0.543
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5906 (__construct)
/classes/Product.php:5869 (computeUnitPriceRatio)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
433 |
SELECT SQL_NO_CACHE *
FROM `pszj_posstaticfooter` a
WHERE (a.`id_posstaticfooter` = 7) LIMIT 1 |
0.541
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/posstaticfooter/src/FooterBlock.php:65 (__construct)
/modules/posstaticfooter/src/FooterBlockRepository.php:208 (__construct)
/modules/posstaticfooter/posstaticfooter.php:135 (getByIdHook)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
358 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 6111) AND (id_product_attribute = 3694) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.540
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
405 |
SELECT SQL_NO_CACHE *
FROM `pszj_posstaticfooter` a
WHERE (a.`id_posstaticfooter` = 1) LIMIT 1 |
0.539
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/posstaticfooter/src/FooterBlock.php:65 (__construct)
/modules/posstaticfooter/src/FooterBlockRepository.php:208 (__construct)
/modules/posstaticfooter/posstaticfooter.php:135 (getByIdHook)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
322 |
SELECT SQL_NO_CACHE product_type FROM `pszj_product` WHERE id_product = 6112 LIMIT 1 |
0.539
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
27 |
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `pszj_module` m
LEFT JOIN `pszj_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.538
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:335
/modules/ps_mbo/ps_mbo.php:118 (checkModuleStatus)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
283 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 5759) AND (id_product_attribute = 3673) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.538
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5808 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
420 |
SELECT SQL_NO_CACHE *
FROM `pszj_cms` a
LEFT JOIN `pszj_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) LIMIT 1 |
0.535
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/posstaticfooter/src/FooterBlockPresenter.php:115 (__construct)
/modules/posstaticfooter/src/FooterBlockPresenter.php:90 (makeCmsLinks)
/modules/posstaticfooter/src/FooterBlockPresenter.php:24 (makeLinks)
/modules/posstaticfooter/posstaticfooter.php:139 (present)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
30 |
SELECT SQL_NO_CACHE * FROM `pszj_currency` c ORDER BY `iso_code` ASC |
0.534
ms
|
2 |
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)
/index.php:28 (dispatch)
|
217 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.534
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:166 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
294 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pszj_product_shop`
WHERE `id_product` = 5757 AND id_shop=1 LIMIT 1 |
0.529
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
350 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pszj_product_attribute`
WHERE `id_product` = 6112 |
0.528
ms
|
6 |
|
|
/classes/Product.php:2902
/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)
/modules/ps_categoryproducts/ps_categoryproducts.php:329 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
260 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pszj_product_shop`
WHERE `id_product` = 6110 AND id_shop=1 LIMIT 1 |
0.528
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
72 |
SELECT SQL_NO_CACHE id_shop
FROM `pszj_product_shop`
WHERE `id_product` = 5758
AND id_shop = 1 LIMIT 1 |
0.521
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/controllers/front/ProductController.php:192 (isAssociatedToShop)
/controllers/front/ProductController.php:167 (checkPermissionsToViewProduct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
215 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module_shop` WHERE `id_module` = 100 AND `id_shop` = 1 LIMIT 1 |
0.517
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:166 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
288 |
SELECT SQL_NO_CACHE *
FROM `pszj_product_attribute_lang`
WHERE `id_product_attribute` = 3673 |
0.514
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5906 (__construct)
/classes/Product.php:5869 (computeUnitPriceRatio)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
321 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pszj_pack` WHERE id_product_pack = 6112 LIMIT 1 |
0.513
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
128 |
SELECT SQL_NO_CACHE format
FROM `pszj_address_format`
WHERE `id_country` = 10 LIMIT 1 |
0.511
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:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
435 |
SELECT SQL_NO_CACHE *
FROM `pszj_hook` a
WHERE (a.`id_hook` = 891) LIMIT 1 |
0.511
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/posstaticfooter/src/FooterBlockPresenter.php:22 (__construct)
/modules/posstaticfooter/posstaticfooter.php:139 (present)
/modules/posstaticfooter/posstaticfooter.php:125 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/f9/cf/a5/f9cfa5616e3d7fdf0245f344d746610d66fdac39_2.file.footer.tpl.php:43 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9ce57e06_89319781)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:527 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:165 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
295 |
SELECT SQL_NO_CACHE `reduction`
FROM `pszj_product_group_reduction_cache`
WHERE `id_product` = 5757 AND `id_group` = 1 LIMIT 1 |
0.510
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
49 |
SELECT SQL_NO_CACHE `name` FROM `pszj_supplier` WHERE `id_supplier` = 0 LIMIT 1 |
0.509
ms
|
0 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
396 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 6112) AND (id_product_attribute = 3704) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.509
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
366 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 6110) AND (id_product_attribute = 3680) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.508
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
264 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 6110) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.501
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
357 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 6111) AND (id_product_attribute = 3693) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.499
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
8 |
SELECT SQL_NO_CACHE *
FROM `pszj_lang` a
LEFT JOIN `pszj_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1 |
0.495
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)
|
315 |
SELECT SQL_NO_CACHE name FROM pszj_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1 |
0.492
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
42 |
SELECT SQL_NO_CACHE *
FROM `pszj_currency_lang`
WHERE `id_currency` = 2 |
0.491
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
369 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 6110) AND (id_product_attribute = 3683) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.489
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
164 |
SELECT SQL_NO_CACHE sr.*
FROM pszj_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.487
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:464
/modules/posmegamenu/posmegamenu.php:706 (getRowInfo)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
277 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pszj_product_shop`
WHERE `id_product` = 5759 AND id_shop=1 LIMIT 1 |
0.487
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
165 |
SELECT SQL_NO_CACHE sr.*
FROM pszj_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC |
0.486
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:464
/modules/posmegamenu/posmegamenu.php:708 (getRowInfo)
/modules/posmegamenu/posmegamenu.php:762 (getSubMenu)
/classes/Hook.php:1043 (hookDisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:143 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
273 |
SELECT SQL_NO_CACHE name FROM pszj_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1 |
0.483
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
211 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module_shop` WHERE `id_module` = 105 AND `id_shop` = 1 LIMIT 1 |
0.480
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:166 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
67 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pszj_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 26 LIMIT 1 |
0.477
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
261 |
SELECT SQL_NO_CACHE `reduction`
FROM `pszj_product_group_reduction_cache`
WHERE `id_product` = 6110 AND `id_group` = 1 LIMIT 1 |
0.474
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
59 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pszj_product_shop`
WHERE `id_product` = 5758 AND id_shop=1 LIMIT 1 |
0.468
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
221 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pszj_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 26 LIMIT 1 |
0.468
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/6f/12/85/6f1285e443b15f1d7843c45616ac0e3f04e3b038_2.file.product-cover-thumbnails.tpl.php:242 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/6f/12/85/6f1285e443b15f1d7843c45616ac0e3f04e3b038_2.file.product-cover-thumbnails.tpl.php:276 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/6f/12/85/6f1285e443b15f1d7843c45616ac0e3f04e3b038_2.file.product-cover-thumbnails.tpl.php:54 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bbf30c889_24745419)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:96 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:138 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/31/b5/70/31b570a0d1a4b937ea50fa1f16fa7540804b340a_2.file.product_layout1.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bbf292d57_41484408)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:181 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:126 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
9 |
SELECT SQL_NO_CACHE id_shop
FROM `pszj_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1 |
0.466
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
26 |
SELECT SQL_NO_CACHE `active`
FROM `pszj_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.466
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:325
/modules/ps_mbo/ps_mbo.php:118 (checkModuleStatus)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
298 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 5757) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.466
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
297 |
SELECT SQL_NO_CACHE product_type FROM `pszj_product` WHERE id_product = 5757 LIMIT 1 |
0.464
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
263 |
SELECT SQL_NO_CACHE product_type FROM `pszj_product` WHERE id_product = 6110 LIMIT 1 |
0.458
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:288 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
24 |
SELECT SQL_NO_CACHE * FROM `pszj_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.457
ms
|
1 |
|
|
/classes/module/Module.php:2018
/classes/Hook.php:929 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
233 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module_shop` WHERE `id_module` = 65 AND `id_shop` = 1 LIMIT 1 |
0.447
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
7 |
SELECT SQL_NO_CACHE *
FROM `pszj_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.445
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:27 (require)
|
66 |
SELECT SQL_NO_CACHE location
FROM `pszj_stock_available`
WHERE (id_product = 5758) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.444
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
367 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 6110) AND (id_product_attribute = 3681) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.443
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
14 |
SELECT SQL_NO_CACHE id_shop
FROM `pszj_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.441
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:642 (isAssociatedToShop)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
32 |
SELECT SQL_NO_CACHE value FROM `pszj_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.436
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)
/index.php:28 (dispatch)
|
218 |
SELECT SQL_NO_CACHE `id_module` FROM `pszj_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
0.431
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:166 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/ed/05/0e/ed050ee50ca9f9a5658c7c0afc1154f89acd5a8b_2.file.header-2.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c42d571_22763709)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/17/0c/67/170c67b3385698a281d121f10c16129ac573768b_2.file.header.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b9c304219_59378502)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:252 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:63 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
37 |
SELECT SQL_NO_CACHE c.id_currency
FROM `pszj_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
0.430
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)
/index.php:28 (dispatch)
|
12 |
SELECT SQL_NO_CACHE `id_lang` FROM `pszj_lang` WHERE `iso_code` = 'en' LIMIT 1 |
0.427
ms
|
2 |
|
|
/classes/Language.php:854
/classes/Tools.php:627 (getIdByIso)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
43 |
SELECT SQL_NO_CACHE id_shop
FROM `pszj_currency_shop`
WHERE `id_currency` = 2
AND id_shop = 1 LIMIT 1 |
0.420
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
39 |
SELECT SQL_NO_CACHE `id_lang` FROM `pszj_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.419
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)
/index.php:28 (dispatch)
|
28 |
SELECT SQL_NO_CACHE `active`
FROM `pszj_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.416
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:325
/modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php:65 (checkModuleStatus)
/classes/Hook.php:1043 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
61 |
SELECT SQL_NO_CACHE `reduction`
FROM `pszj_group`
WHERE `id_group` = 1 LIMIT 1 |
0.414
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3994 (getReductionByIdGroup)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
31 |
SELECT SQL_NO_CACHE `id_lang` FROM `pszj_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.409
ms
|
2 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/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)
/index.php:28 (dispatch)
|
33 |
SELECT SQL_NO_CACHE c.id_currency
FROM `pszj_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.405
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)
/index.php:28 (dispatch)
|
368 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 6110) AND (id_product_attribute = 3682) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.405
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
370 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pszj_stock_available`
WHERE (id_product = 6110) AND (id_product_attribute = 3684) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.400
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:119 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:309 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2/ff/24/11/ff2411fe8fb5bc4af227f30ddb7fa9dd4541c18c_2.file.product.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a5f39e161_28066252)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/theme_vasia2/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php:47 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33bc000ce19_43136667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:256 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:509 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/a4/92/13/a4921362b3861fa5dfd9604b44c1ed5ff26de383_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a6128a3b4_85928864)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/e4/2f/bb/e42fbb40c38b775007063dcee8af92cd0f3130c4_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33a611f7632_70803847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/theme_vasia2layouts_layout_full_width_tpl/3c/70/8b/3c708b93636e3ad783a6664885d01f6c80a6c8f3_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67a33b53d508c8_43309022)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:50 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
35 |
SELECT SQL_NO_CACHE `id_lang` FROM `pszj_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.394
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)
/index.php:28 (dispatch)
|
60 |
SELECT SQL_NO_CACHE `reduction`
FROM `pszj_product_group_reduction_cache`
WHERE `id_product` = 5758 AND `id_group` = 1 LIMIT 1 |
0.387
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
36 |
SELECT SQL_NO_CACHE `id_lang` FROM `pszj_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.375
ms
|
2 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/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)
/index.php:28 (dispatch)
|