| 64 |
SELECT SQL_NO_CACHE `id_module` FROM `pscc_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
11.506
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/pkelements/classes/WidgetPknewsletter.php:345 (isInstalled)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE `id_module` FROM `pscc_module` WHERE `name` = "revsliderprestashop" LIMIT 1 |
7.625
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/pkelements/classes/WidgetPkrevslider.php:56 (isInstalled)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/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 `pscc_configuration` c
LEFT JOIN `pscc_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
5.503
ms
|
1323 |
|
|
/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)
|
| 70 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`available_now`, pl.`available_later`,
IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`,
pl.`name`, image_shop.`id_image` id_image, il.`legend`, m.`name` AS manufacturer_name,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2026-09-05 00:00:00",
INTERVAL 20 DAY
)
) > 0 AS new
FROM `pscc_product` p
INNER JOIN pscc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pscc_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 pscc_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 `pscc_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
)
LEFT JOIN `pscc_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 `pscc_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `pscc_manufacturer` m ON (m.`id_manufacturer` = p.`id_manufacturer`)
WHERE product_shop.`active` = 1
AND product_shop.`show_price` = 1
AND product_shop.`visibility` IN ("both", "catalog")
AND p.`id_product` IN (80, 93, 95, 153, 119, 154, 71, 152, 213, 215, 221, 222, 234, 132, 258, 200, 228, 179, 273, 288, 126, 17, 102, 225, 165, 169, 39, 46, 43, 188, 308, 136, 109, 176, 243, 209, 260, 150, 180, 328, 330, 316, 321, 67, 294, 271, 334, 278, 326, 322, 186, 336, 59, 259, 145, 296, 348, 342, 352, 339, 307, 292, 235, 253, 208, 140)
ORDER BY product_shop.date_add DESC
LIMIT 0, 8 |
4.207
ms
|
24 |
|
|
/classes/Product.php:3393
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `pscc_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `pscc_hook_alias` ha
INNER JOIN `pscc_hook` h ON ha.name = h.name |
2.994
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:3922 (getManager)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity,IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute,
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`,
m.`name` AS manufacturer_name, p.`id_manufacturer` as id_manufacturer,
image_shop.`id_image` id_image, il.`legend`,
ps.`quantity` AS sales, t.`rate`, pl.`meta_keywords`, pl.`meta_title`, pl.`meta_description`,
DATEDIFF(p.`date_add`, DATE_SUB("2026-09-05 00:00:00",
INTERVAL 20 DAY)) > 0 AS new FROM `pscc_product_sale` ps
LEFT JOIN `pscc_product` p ON ps.`id_product` = p.`id_product`
LEFT JOIN pscc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `pscc_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 `pscc_product_lang` pl
ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
LEFT JOIN `pscc_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 `pscc_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `pscc_manufacturer` m ON (m.`id_manufacturer` = p.`id_manufacturer`)
LEFT JOIN `pscc_tax_rule` tr ON (product_shop.`id_tax_rules_group` = tr.`id_tax_rules_group`)
AND tr.`id_country` = 10
AND tr.`id_state` = 0
LEFT JOIN `pscc_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN pscc_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 product_shop.`active` = 1
AND product_shop.`visibility` != 'none'
ORDER BY `sales` DESC
LIMIT 0, 8 |
2.893
ms
|
7 |
|
|
/classes/ProductSale.php:151
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE a.id_ce_content as id FROM pscc_ce_content a
LEFT JOIN pscc_ce_content_lang AS b ON a.id_ce_content = b.id_ce_content
LEFT JOIN pscc_ce_content_shop sa ON sa.id_ce_content = a.id_ce_content AND sa.id_shop = b.id_shop
WHERE b.id_lang = 1 AND sa.id_shop = 1 AND a.hook LIKE 'DisplayHome' AND a.active = 1 ORDER BY a.id_product DESC |
2.633
ms
|
1 |
Yes
|
|
/modules/creativeelements/classes/CEContent.php:150
/modules/creativeelements/creativeelements.php:475 (getIdsByHook)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 84 |
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 `pscc_hook_module` hm
STRAIGHT_JOIN `pscc_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `pscc_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
2.487
ms
|
624 |
|
|
/classes/Hook.php:456
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3922 (getManager)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `pscc_module` m
INNER JOIN pscc_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 `pscc_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `pscc_hook` `h` ON hm.`id_hook` = h.`id_hook`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1)
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
2.274
ms
|
378 |
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)
|
| 275 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 10 AND mr.`active` = 1 |
1.822
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `pscc_hook` h
WHERE (h.active = 1) |
1.654
ms
|
1112 |
|
|
/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)
|
| 85 |
SELECT SQL_NO_CACHE tr.*
FROM `pscc_tax_rule` tr
JOIN `pscc_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` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
1.558
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3923 (getTaxCalculator)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE 1 FROM pscc_cart_product cp INNER JOIN pscc_product p
ON (p.id_product = cp.id_product) INNER JOIN pscc_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
1.529
ms
|
1 |
|
|
/classes/Cart.php:4192
/classes/Cart.php:4167 (hasProducts)
/classes/Cart.php:2117 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/classes/controller/FrontController.php:503 (present)
/classes/controller/FrontController.php:572 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE 1 FROM `pscc_specific_price` WHERE `from` BETWEEN '2026-09-05 00:00:00' AND '2026-09-05 23:59:59' LIMIT 1 |
1.514
ms
|
1 |
|
|
/classes/SpecificPrice.php:377
/classes/SpecificPrice.php:705 (computeExtraConditions)
/classes/Product.php:3149 (getProductIdByDate)
/classes/Product.php:3308 (_getProductIdByDate)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE *
FROM `pscc_category` a
LEFT JOIN `pscc_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pscc_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 |
1.384
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pkelements/src/WidgetCategoryBase.php:32 (__construct)
/modules/pkelements/classes/WidgetPksearch.php:886 (__construct)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 * FROM pscc_revslider_sliders |
1.287
ms
|
3 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:214
/modules/revsliderprestashop/revsliderprestashop.php:515 (getResults)
/modules/revsliderprestashop/revsliderprestashop.php:354 (hookCommonCb)
/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:580 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 1020101 AND name = '_elementor_edit_mode' LIMIT 1 |
1.208
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:769 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `pscc_hook` |
1.095
ms
|
1112 |
|
|
/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)
|
| 51 |
SELECT SQL_NO_CACHE *
FROM `pscc_ce_content` a
LEFT JOIN `pscc_ce_content_lang` `b` ON a.`id_ce_content` = b.`id_ce_content` AND b.`id_lang` = 1
LEFT JOIN `pscc_ce_content_shop` `c` ON a.`id_ce_content` = c.`id_ce_content` AND c.`id_shop` = 1
WHERE (a.`id_ce_content` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
1.093
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/classes/CEContent.php:46 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:100 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:143 (getInstance)
/modules/creativeelements/core/documents-manager.php:187 (CE\get_post)
/modules/creativeelements/core/documents-manager.php:263 (get)
/modules/creativeelements/includes/frontend.php:773 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE pk.*, wl.*
FROM pscc_pk_menu_shop pk
LEFT JOIN `pscc_pk_menu_lang` wl ON (wl.`id_pkmenu` = pk.`id_pkmenu` AND pk.`id_shop` = wl.`id_shop`)
WHERE pk.active = 1 AND wl.id_shop = 1 AND wl.id_lang=1 ORDER BY pk.position ASC, pk.id_pkmenu ASC |
1.078
ms
|
6 |
Yes
|
|
/modules/pk_menu/classes/PkMenuClass.php:198
/modules/pk_menu/pk_menu.php:1278 (getMenus)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pscc_image` i
INNER JOIN pscc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 352
AND image_shop.`cover` = 1 LIMIT 1 |
1.022
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5623 (getCover)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 199 |
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,
(DATEDIFF(product_shop.`date_add`,
DATE_SUB(
"2026-09-05 00:00:00",
INTERVAL 20 DAY
)
) > 0) as new,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute
FROM `pscc_product` p
INNER JOIN pscc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pscc_product_lang` `pl` ON
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
LEFT JOIN `pscc_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 `pscc_image_lang` `il` ON image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1
LEFT JOIN `pscc_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `pscc_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 pscc_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 (product_shop.`active` = 1) AND (product_shop.`visibility` IN ("both", "catalog")) AND (DATEDIFF(product_shop.`date_add`,
DATE_SUB(
"2026-09-05 00:00:00",
INTERVAL 20 DAY
)
) > 0)
ORDER BY product_shop.`date_add` DESC
LIMIT 8 |
0.956
ms
|
8 |
|
|
/classes/Product.php:3110
/modules/ps_newproducts/ps_newproducts.php:193 (getNewProducts)
/modules/ps_newproducts/ps_newproducts.php:172 (getNewProducts)
/modules/ps_newproducts/ps_newproducts.php:159 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pscc_product_attribute`
WHERE `id_product` = 352 |
0.953
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_specials/ps_specials.php:208 (present)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE *
FROM `pscc_group` a
LEFT JOIN `pscc_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.930
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:429 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pscc_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 58 LIMIT 1 |
0.922
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5638 (getLinkRewrite)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pscc_pack` WHERE id_product_pack = 352 LIMIT 1 |
0.893
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `pscc_meta` m
LEFT JOIN `pscc_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.875
ms
|
80 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 308 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 1 AND mr.`active` = 1 |
0.861
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 *
FROM `pscc_ce_template` a
WHERE (a.`id_ce_template` = 45) LIMIT 1 |
0.845
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/creativeelements.php:521 (__construct)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 7 AND mr.`active` = 1 |
0.829
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pscc_specific_price_priority`
WHERE `id_product` = 352
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.824
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pscc_image` i
INNER JOIN pscc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pscc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 277
ORDER BY `position` |
0.821
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_bestsellers/ps_bestsellers.php:238 (present)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE 1 FROM `pscc_cart_rule` WHERE ((date_to >= "2026-09-05 00:00:00" AND date_to <= "2026-09-05 23:59:59") OR (date_from >= "2026-09-05 00:00:00" AND date_from <= "2026-09-05 23:59:59") OR (date_from < "2026-09-05 00:00:00" AND date_to > "2026-09-05 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.821
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3021 (getCustomerCartRules)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (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:2173 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:503 (present)
/classes/controller/FrontController.php:572 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pscc_product_attribute`
WHERE `id_product` = 277 |
0.821
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_bestsellers/ps_bestsellers.php:238 (present)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pscc_module` m
LEFT JOIN `pscc_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.801
ms
|
108 |
|
|
/classes/module/Module.php:345
/modules/pkamp/pkamp.php:68 (__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)
|
| 336 |
SELECT SQL_NO_CACHE `id_hook` FROM pscc_link_block |
0.778
ms
|
2 |
|
|
/modules/pkelements/classes/WidgetPklinks.php:468
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 89 |
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 `pscc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 352 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pscc_cart_product` cp JOIN `pscc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pscc_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` = 352 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.768
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4339 (getProductQuantity)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE *
FROM `pscc_cms` a
LEFT JOIN `pscc_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1 |
0.763
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pscc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 352 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.761
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/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 pscc_shop_group gs
LEFT JOIN pscc_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN pscc_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.759
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)
|
| 102 |
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 `pscc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 348 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pscc_cart_product` cp JOIN `pscc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pscc_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` = 348 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.734
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4339 (getProductQuantity)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 1020101 AND name = '_elementor_data' LIMIT 1 |
0.732
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:782 (getElementsData)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pscc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 348 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.723
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 115 |
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 `pscc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 342 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pscc_cart_product` cp JOIN `pscc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pscc_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` = 342 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.710
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4339 (getProductQuantity)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pscc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 342 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.702
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 10 AND mr.`active` = 1 |
0.701
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pscc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 339 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.700
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/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 pscc_shop_url su
LEFT JOIN pscc_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'casecountry.it' OR su.domain_ssl = 'casecountry.it')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.697
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 45 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `pscc_currency` c
LEFT JOIN pscc_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
0.667
ms
|
1 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2204 (isMultiCurrencyActivated)
/modules/pkamp/pkamp.php:525 (getCacheId)
/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:580 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 1020101 AND name = '_elementor_version' LIMIT 1 |
0.652
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:723 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-05 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM pscc_product p
LEFT JOIN pscc_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN pscc_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN pscc_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (352,348,342,339,336,334,330,328) |
0.645
ms
|
8 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/modules/ps_specials/ps_specials.php:202 (assembleProducts)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE *
FROM `pscc_product` a
LEFT JOIN `pscc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pscc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 352) AND (b.`id_shop` = 1) LIMIT 1 |
0.643
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:5640 (getProductLink)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE * FROM `pscc_image_type` |
0.630
ms
|
8 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/modules/pkelements/src/WidgetViewBase.php:1501 (getFormattedName)
/modules/pkelements/classes/WidgetPkproducts.php:199 (getImageSizes)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE *
FROM `pscc_product` a
LEFT JOIN `pscc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pscc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 342) AND (b.`id_shop` = 1) LIMIT 1 |
0.617
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:5640 (getProductLink)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE state FROM pscc_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.616
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:203 (getGenerationFormats)
/src/Adapter/Image/ImageRetriever.php:112 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_specials/ps_specials.php:208 (present)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE *
FROM `pscc_product` a
LEFT JOIN `pscc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pscc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 348) AND (b.`id_shop` = 1) LIMIT 1 |
0.606
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5640 (getProductLink)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `pscc_lang` l
JOIN pscc_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.605
ms
|
1 |
|
|
/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)
|
| 293 |
SELECT SQL_NO_CACHE pk.*, wl.*
FROM pscc_pk_menu_shop pk
LEFT JOIN `pscc_pk_menu_lang` wl ON (wl.`id_pkmenu` = pk.`id_pkmenu` AND pk.`id_shop` = wl.`id_shop`)
WHERE pk.active = 1 AND wl.id_shop = 1 AND wl.id_lang=1 ORDER BY pk.position ASC, pk.id_pkmenu ASC |
0.605
ms
|
6 |
Yes
|
|
/modules/pk_menu/classes/PkMenuClass.php:198
/modules/pk_menu/pk_menu.php:1278 (getMenus)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 pk.*, wl.*
FROM pscc_pk_menu_shop pk
LEFT JOIN `pscc_pk_menu_lang` wl ON (wl.`id_pkmenu` = pk.`id_pkmenu` AND pk.`id_shop` = wl.`id_shop`)
WHERE pk.active = 1 AND wl.id_shop = 1 AND wl.id_lang=1 ORDER BY pk.position ASC, pk.id_pkmenu ASC |
0.593
ms
|
6 |
Yes
|
|
/modules/pk_menu/classes/PkMenuClass.php:198
/modules/pk_menu/pk_menu.php:1278 (getMenus)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 *
FROM `pscc_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1 |
0.593
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE `id_product`, `id_product_attribute`
FROM `pscc_specific_price`
WHERE `id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 3) AND
`from_quantity` = 1 AND
`reduction` > 0
AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-05 00:00:00' <= `to`) |
0.591
ms
|
66 |
|
|
/classes/SpecificPrice.php:715
/classes/Product.php:3149 (getProductIdByDate)
/classes/Product.php:3308 (_getProductIdByDate)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM pscc_link_block lb
INNER JOIN pscc_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 45 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.591
ms
|
2 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE * FROM `pscc_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.587
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:375 (getImagesTypes)
/classes/controller/FrontController.php:1574 (getNoPictureImage)
/classes/controller/FrontController.php:1700 (getTemplateVarUrls)
/classes/controller/FrontController.php:509 (getTemplateVarShop)
/classes/controller/FrontController.php:572 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE *
FROM `pscc_group_lang`
WHERE `id_group` = 1 |
0.582
ms
|
1 |
|
|
/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:429 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 7 AND mr.`active` = 1 |
0.571
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE * FROM `pscc_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.565
ms
|
1 |
|
|
/classes/module/Module.php:2018
/classes/Hook.php:929 (getExceptionsStatic)
/classes/controller/FrontController.php:951 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE `width`, `height`
FROM pscc_image_type
WHERE `name` = 'small_default' LIMIT 1 |
0.565
ms
|
1 |
|
|
/classes/Image.php:563
/modules/pkelements/src/WidgetViewBase.php:1501 (getSize)
/modules/pkelements/classes/WidgetPkproducts.php:199 (getImageSizes)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE *
FROM `pscc_product` a
LEFT JOIN `pscc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pscc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 339) AND (b.`id_shop` = 1) LIMIT 1 |
0.562
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:5640 (getProductLink)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE *
FROM `pscc_country` a
LEFT JOIN `pscc_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `pscc_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 10) LIMIT 1 |
0.549
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)
|
| 212 |
SELECT SQL_NO_CACHE *
FROM `pscc_tax_lang`
WHERE `id_tax` = 1 |
0.539
ms
|
1 |
|
|
/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:3923 (getTaxCalculator)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 1020101 AND name = '_elementor_edit_mode' LIMIT 1 |
0.535
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/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 `pscc_lang` l
LEFT JOIN `pscc_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.531
ms
|
1 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
| 4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM pscc_shop s
LEFT JOIN pscc_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.527
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)
|
| 44 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM pscc_required_field |
0.527
ms
|
1 |
|
|
/classes/ObjectModel.php:1592
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:513 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:572 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 340 |
SELECT SQL_NO_CACHE *
FROM `pscc_link_block_lang`
WHERE `id_link_block` = 1 |
0.526
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 pk.*, wl.*
FROM pscc_pk_menu_shop pk
LEFT JOIN `pscc_pk_menu_lang` wl ON (wl.`id_pkmenu` = pk.`id_pkmenu` AND pk.`id_shop` = wl.`id_shop`)
WHERE pk.active = 1 AND wl.id_shop = 1 AND wl.id_lang=1 ORDER BY pk.position ASC, pk.id_pkmenu ASC |
0.525
ms
|
6 |
Yes
|
|
/modules/pk_menu/classes/PkMenuClass.php:198
/modules/pk_menu/pk_menu.php:1278 (getMenus)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 1 AND mr.`active` = 1 |
0.519
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 1 AND mr.`active` = 1 |
0.519
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 format
FROM `pscc_address_format`
WHERE `id_country` = 10 LIMIT 1 |
0.518
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:1719 (generateAddress)
/classes/controller/FrontController.php:509 (getTemplateVarShop)
/classes/controller/FrontController.php:572 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-05 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM pscc_product p
LEFT JOIN pscc_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN pscc_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN pscc_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (299,215,277) |
0.517
ms
|
3 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/modules/ps_bestsellers/ps_bestsellers.php:232 (assembleProducts)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `pscc_hook_alias` |
0.517
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)
|
| 55 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 1020101 AND name = '_elementor_css' LIMIT 1 |
0.512
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/css/base.php:193 (getMeta)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 1020101 AND name = '_elementor_page_settings' LIMIT 1 |
0.507
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1058 (CE\get_post_meta)
/modules/creativeelements/core/document-types/content.php:117 (__construct)
/modules/creativeelements/core/documents-manager.php:216 (__construct)
/modules/creativeelements/core/documents-manager.php:263 (get)
/modules/creativeelements/includes/frontend.php:773 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pscc_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 53 LIMIT 1 |
0.504
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5638 (getLinkRewrite)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE tr.*
FROM `pscc_tax_rule` tr
JOIN `pscc_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` = 1
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.504
ms
|
1 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3923 (getTaxCalculator)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 1020101 AND name = '_elementor_css' LIMIT 1 |
0.502
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/base.php:134 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pscc_image` i
INNER JOIN pscc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 348
AND image_shop.`cover` = 1 LIMIT 1 |
0.496
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5623 (getCover)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 322 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 56010000 AND name = '_elementor_data' LIMIT 1 |
0.488
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:782 (getElementsData)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:242 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HomePageBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:420 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:441 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:485 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 *
FROM `pscc_ce_template` a
WHERE (a.`id_ce_template` = 44) LIMIT 1 |
0.481
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/creativeelements.php:521 (__construct)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 value FROM pscc_ce_meta WHERE id = 45010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.479
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:769 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 pscc_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.476
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:301 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
| 103 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pscc_image` i
INNER JOIN pscc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 342
AND image_shop.`cover` = 1 LIMIT 1 |
0.470
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5623 (getCover)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `pscc_lang` a
LEFT JOIN `pscc_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.467
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)
|
| 110 |
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 `pscc_product` p
INNER JOIN `pscc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pscc_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` = 342) |
0.465
ms
|
1 |
|
|
/classes/Product.php:3857
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pscc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 334 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.464
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `pscc_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.463
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)
|
| 116 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pscc_image` i
INNER JOIN pscc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 339
AND image_shop.`cover` = 1 LIMIT 1 |
0.463
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5623 (getCover)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE *
FROM `pscc_category` a
LEFT JOIN `pscc_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pscc_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.463
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pk_menu/pk_menu.php:1287 (__construct)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pscc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 215 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.463
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 81 |
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 `pscc_product` p
INNER JOIN `pscc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pscc_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` = 352) |
0.460
ms
|
1 |
|
|
/classes/Product.php:3857
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE name, alias FROM `pscc_hook_alias` |
0.459
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)
|
| 172 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pscc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 328 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.459
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 97 |
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 `pscc_product` p
INNER JOIN `pscc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pscc_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` = 348) |
0.455
ms
|
1 |
|
|
/classes/Product.php:3857
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pscc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 330 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.453
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 45010000 AND name = '_elementor_data' LIMIT 1 |
0.452
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:782 (getElementsData)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 44010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.452
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:769 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pscc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 336 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.445
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `pscc_specific_price` WHERE `id_product` != 0 |
0.440
ms
|
66 |
|
|
/classes/SpecificPrice.php:310
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pscc_pack` WHERE id_product_pack = 342 LIMIT 1 |
0.440
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE `width`, `height`
FROM pscc_image_type
WHERE `name` = 'home_default' LIMIT 1 |
0.436
ms
|
1 |
|
|
/classes/Image.php:563
/modules/pkelements/src/WidgetViewBase.php:1501 (getSize)
/modules/pkelements/classes/WidgetPkproducts.php:199 (getImageSizes)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 122 |
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 `pscc_product` p
INNER JOIN `pscc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pscc_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` = 339) |
0.435
ms
|
1 |
|
|
/classes/Product.php:3857
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE * FROM `pscc_currency` c ORDER BY `iso_code` ASC |
0.434
ms
|
1 |
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)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 228 |
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 `pscc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 215 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pscc_cart_product` cp JOIN `pscc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pscc_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` = 215 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.428
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4339 (getProductQuantity)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `pscc_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.427
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
| 178 |
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 `pscc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 328 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pscc_cart_product` cp JOIN `pscc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pscc_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` = 328 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.427
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4339 (getProductQuantity)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE `id_module` FROM `pscc_module` WHERE `name` = "ps_newproducts" LIMIT 1 |
0.427
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)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 216 |
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 `pscc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 299 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pscc_cart_product` cp JOIN `pscc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pscc_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` = 299 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.427
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4339 (getProductQuantity)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE `width`, `height`
FROM pscc_image_type
WHERE `name` = 'medium_default' LIMIT 1 |
0.423
ms
|
1 |
|
|
/classes/Image.php:563
/modules/pkelements/src/WidgetViewBase.php:1501 (getSize)
/modules/pkelements/classes/WidgetPkproducts.php:199 (getImageSizes)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 166 |
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 `pscc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 330 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pscc_cart_product` cp JOIN `pscc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pscc_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` = 330 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.423
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4339 (getProductQuantity)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE name FROM pscc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 58 LIMIT 1 |
0.421
ms
|
1 |
|
|
/classes/Product.php:5639
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pscc_module` m
LEFT JOIN `pscc_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.419
ms
|
108 |
|
|
/classes/module/Module.php:345
/modules/ps_emailsubscription/ps_emailsubscription.php:96 (__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:951 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `pscc_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.417
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)
|
| 77 |
SELECT SQL_NO_CACHE 1 FROM `pscc_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.417
ms
|
66 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE 1 FROM `pscc_specific_price` WHERE id_product = 348 LIMIT 1 |
0.414
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 44010000 AND name = '_elementor_data' LIMIT 1 |
0.414
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:782 (getElementsData)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 6 AND mr.`active` = 1 |
0.413
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pscc_product_shop`
WHERE `id_product` = 348 AND id_shop=1 LIMIT 1 |
0.412
ms
|
1 |
|
|
/classes/Product.php:6848
/classes/Product.php:3922 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE *
FROM `pscc_product` a
LEFT JOIN `pscc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pscc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 334) AND (b.`id_shop` = 1) LIMIT 1 |
0.412
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:5640 (getProductLink)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE *
FROM `pscc_product` a
LEFT JOIN `pscc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pscc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 277) AND (b.`id_shop` = 1) LIMIT 1 |
0.411
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:5640 (getProductLink)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 238 |
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 `pscc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 277 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pscc_cart_product` cp JOIN `pscc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pscc_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` = 277 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.410
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4339 (getProductQuantity)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE `width`, `height`
FROM pscc_image_type
WHERE `name` = 'large_default' LIMIT 1 |
0.409
ms
|
1 |
|
|
/classes/Image.php:563
/modules/pkelements/src/WidgetViewBase.php:1501 (getSize)
/modules/pkelements/classes/WidgetPkproducts.php:199 (getImageSizes)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:483 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:457 (renderContent)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE 1 FROM `pscc_specific_price` WHERE id_product = 342 LIMIT 1 |
0.409
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 7 AND mr.`active` = 1 |
0.408
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 `id_module` FROM `pscc_module` WHERE `name` = "ps_specials" LIMIT 1 |
0.405
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)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 127 |
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 `pscc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 339 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pscc_cart_product` cp JOIN `pscc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pscc_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` = 339 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.403
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4339 (getProductQuantity)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE *
FROM `pscc_ce_template` a
WHERE (a.`id_ce_template` = 56) LIMIT 1 |
0.398
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/creativeelements.php:521 (__construct)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:242 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HomePageBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:420 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:441 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:485 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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_module` FROM `pscc_module` WHERE `name` = "pkamp" LIMIT 1 |
0.397
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/pkamp/pkamp.php:532 (isEnabled)
/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:580 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE 1 FROM `pscc_specific_price` WHERE `to` BETWEEN '2026-09-05 00:00:00' AND '2026-09-05 23:59:59' LIMIT 1 |
0.397
ms
|
1 |
|
|
/classes/SpecificPrice.php:381
/classes/SpecificPrice.php:705 (computeExtraConditions)
/classes/Product.php:3149 (getProductIdByDate)
/classes/Product.php:3308 (_getProductIdByDate)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 45010000 AND name = '_elementor_data' LIMIT 1 |
0.396
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:782 (getElementsData)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 *
FROM `pscc_currency` a
LEFT JOIN `pscc_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `pscc_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.392
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)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pscc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 336 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pscc_cart_product` cp JOIN `pscc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pscc_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` = 336 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.392
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4339 (getProductQuantity)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pscc_image` i
INNER JOIN pscc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pscc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 299
ORDER BY `position` |
0.392
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_bestsellers/ps_bestsellers.php:238 (present)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE `id_module` FROM `pscc_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.391
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/pkelements/classes/WidgetPkcart.php:112 (isInstalled)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 56010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.390
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:769 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:242 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HomePageBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:420 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:441 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:485 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 value FROM pscc_ce_meta WHERE id = 44010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.390
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1058 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:216 (__construct)
/modules/creativeelements/core/documents-manager.php:263 (get)
/modules/creativeelements/includes/frontend.php:773 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 `pscc_product` a
LEFT JOIN `pscc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pscc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 336) AND (b.`id_shop` = 1) LIMIT 1 |
0.385
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:5640 (getProductLink)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE name FROM pscc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 53 LIMIT 1 |
0.385
ms
|
1 |
|
|
/classes/Product.php:5639
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE *
FROM pscc_meta m
LEFT JOIN pscc_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 |
0.384
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 `pscc_product` a
LEFT JOIN `pscc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pscc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 299) AND (b.`id_shop` = 1) LIMIT 1 |
0.382
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:5640 (getProductLink)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 153 |
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 `pscc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 334 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pscc_cart_product` cp JOIN `pscc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pscc_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` = 334 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.381
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4339 (getProductQuantity)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 44010000 AND name = '_elementor_css' LIMIT 1 |
0.381
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/css/base.php:193 (getMeta)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 name FROM pscc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 29 LIMIT 1 |
0.379
ms
|
1 |
|
|
/classes/Product.php:5639
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE product_type FROM `pscc_product` WHERE id_product = 352 LIMIT 1 |
0.378
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 44010000 AND name = '_elementor_css' LIMIT 1 |
0.378
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/base.php:134 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 44010000 AND name = '_elementor_version' LIMIT 1 |
0.377
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:723 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 SUM(quantity)
FROM `pscc_stock_available`
WHERE (id_product = 348) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.376
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4333 (getQuantityAvailableByProduct)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 45010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.376
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 `id_module` FROM `pscc_module_shop` WHERE `id_module` = 96 AND `id_shop` = 1 LIMIT 1 |
0.374
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/pkamp/pkamp.php:532 (isEnabled)
/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:580 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE *
FROM `pscc_product` a
LEFT JOIN `pscc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pscc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 215) AND (b.`id_shop` = 1) LIMIT 1 |
0.373
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:5640 (getProductLink)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE *
FROM `pscc_product` a
LEFT JOIN `pscc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pscc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 328) AND (b.`id_shop` = 1) LIMIT 1 |
0.372
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:5640 (getProductLink)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pscc_image` i
INNER JOIN pscc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pscc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 348
ORDER BY `position` |
0.370
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_specials/ps_specials.php:208 (present)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE 1 FROM `pscc_specific_price` WHERE id_product = 0 LIMIT 1 |
0.369
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 7 AND mr.`active` = 1 |
0.369
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 value FROM pscc_ce_meta WHERE id = 44010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.369
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 COUNT(*) FROM `pscc_pack` WHERE id_product_pack = 348 LIMIT 1 |
0.368
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE `id_module` FROM `pscc_module_shop` WHERE `id_module` = 16 AND `id_shop` = 1 LIMIT 1 |
0.366
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pscc_product_shop`
WHERE `id_product` = 352 AND id_shop=1 LIMIT 1 |
0.366
ms
|
1 |
|
|
/classes/Product.php:6848
/classes/Product.php:3922 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 161 |
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 `pscc_product` p
INNER JOIN `pscc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pscc_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` = 330) |
0.366
ms
|
1 |
|
|
/classes/Product.php:3857
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pscc_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 37 LIMIT 1 |
0.365
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5638 (getLinkRewrite)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 56010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.361
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1058 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:216 (__construct)
/modules/creativeelements/core/documents-manager.php:263 (get)
/modules/creativeelements/includes/frontend.php:773 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:242 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HomePageBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:420 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:441 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:485 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE 1 FROM `pscc_specific_price` WHERE id_product = 352 LIMIT 1 |
0.360
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pscc_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.360
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4333 (getQuantityAvailableByProduct)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 45010000 AND name = '_elementor_version' LIMIT 1 |
0.360
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:723 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 cl.`link_rewrite`
FROM `pscc_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 29 LIMIT 1 |
0.357
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5638 (getLinkRewrite)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE *
FROM `pscc_product` a
LEFT JOIN `pscc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pscc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 330) AND (b.`id_shop` = 1) LIMIT 1 |
0.357
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:5640 (getProductLink)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pscc_image` i
INNER JOIN pscc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pscc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 215
ORDER BY `position` |
0.357
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_bestsellers/ps_bestsellers.php:238 (present)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 45010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.357
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:769 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 *
FROM `pscc_category` a
LEFT JOIN `pscc_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pscc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) AND (b.`id_shop` = 1) LIMIT 1 |
0.356
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pk_menu/pk_menu.php:1287 (__construct)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pscc_product_shop`
WHERE `id_product` = 339 AND id_shop=1 LIMIT 1 |
0.355
ms
|
1 |
|
|
/classes/Product.php:6848
/classes/Product.php:3922 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 45010000 AND name = '_elementor_version' LIMIT 1 |
0.355
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:723 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 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 `pscc_product` p
INNER JOIN `pscc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pscc_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` = 328) |
0.354
ms
|
1 |
|
|
/classes/Product.php:3857
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 45010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.354
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE name FROM pscc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1 |
0.353
ms
|
1 |
|
|
/classes/Product.php:5639
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 10 AND mr.`active` = 1 |
0.353
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 45010000 AND name = '_elementor_css' LIMIT 1 |
0.352
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/css/base.php:193 (getMeta)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 9 AND mr.`active` = 1 |
0.352
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 *
FROM pscc_meta m
LEFT JOIN pscc_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.352
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pscc_image` i
INNER JOIN pscc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pscc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 352
ORDER BY `position` |
0.350
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_specials/ps_specials.php:208 (present)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE 1 FROM `pscc_specific_price` WHERE id_product = 339 LIMIT 1 |
0.349
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE *
FROM `pscc_category` a
LEFT JOIN `pscc_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pscc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 39) AND (b.`id_shop` = 1) LIMIT 1 |
0.348
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pk_menu/pk_menu.php:1287 (__construct)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 *
FROM pscc_meta m
LEFT JOIN pscc_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.348
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 8 AND mr.`active` = 1 |
0.348
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pscc_image` i
INNER JOIN pscc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pscc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 328
ORDER BY `position` |
0.347
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_specials/ps_specials.php:208 (present)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 8 AND mr.`active` = 1 |
0.343
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 `priority`, `id_specific_price_priority`
FROM `pscc_specific_price_priority`
WHERE `id_product` = 348
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.341
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 45010000 AND name = '_elementor_css' LIMIT 1 |
0.341
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/base.php:134 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 6 AND mr.`active` = 1 |
0.341
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 56010000 AND name = '_elementor_version' LIMIT 1 |
0.340
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:930 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:723 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:242 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HomePageBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:420 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:441 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:485 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 value FROM pscc_ce_meta WHERE id = 56010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.339
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:242 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HomePageBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:420 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:441 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:485 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 *
FROM pscc_meta m
LEFT JOIN pscc_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.339
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 *
FROM pscc_meta m
LEFT JOIN pscc_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.339
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE *
FROM pscc_meta m
LEFT JOIN pscc_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.339
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE `id_module` FROM `pscc_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.338
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/pkelements/classes/WidgetPklinks.php:66 (isInstalled)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pscc_image` i
INNER JOIN pscc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pscc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 342
ORDER BY `position` |
0.338
ms
|
4 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_specials/ps_specials.php:208 (present)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pscc_image` i
INNER JOIN pscc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pscc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 330
ORDER BY `position` |
0.337
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_specials/ps_specials.php:208 (present)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 7 AND mr.`active` = 1 |
0.337
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pscc_specific_price_priority`
WHERE `id_product` = 342
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.336
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pscc_stock_available`
WHERE (id_product = 342) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.336
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4333 (getQuantityAvailableByProduct)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE 1 FROM `pscc_cart_rule` WHERE ((date_to >= "2026-09-05 00:00:00" AND date_to <= "2026-09-05 23:59:59") OR (date_from >= "2026-09-05 00:00:00" AND date_from <= "2026-09-05 23:59:59") OR (date_from < "2026-09-05 00:00:00" AND date_to > "2026-09-05 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.334
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:564 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:503 (present)
/classes/controller/FrontController.php:572 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pscc_image` i
INNER JOIN pscc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 277
AND image_shop.`cover` = 1 LIMIT 1 |
0.334
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5623 (getCover)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE *
FROM `pscc_category` a
LEFT JOIN `pscc_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pscc_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.334
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pk_menu/pk_menu.php:1287 (__construct)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE *
FROM pscc_meta m
LEFT JOIN pscc_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 |
0.334
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE *
FROM pscc_meta m
LEFT JOIN pscc_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.333
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 value FROM pscc_ce_meta WHERE id = 56010000 AND name = '_elementor_css' LIMIT 1 |
0.333
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/css/base.php:193 (getMeta)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:242 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HomePageBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:420 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:441 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:485 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pscc_image` i
INNER JOIN pscc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pscc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 339
ORDER BY `position` |
0.332
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_specials/ps_specials.php:208 (present)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE value FROM pscc_ce_meta WHERE id = 56010000 AND name = '_elementor_css' LIMIT 1 |
0.329
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/base.php:134 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:807 (enqueue)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:242 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HomePageBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:420 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:441 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:485 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 *
FROM pscc_meta m
LEFT JOIN pscc_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.327
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 *
FROM pscc_meta m
LEFT JOIN pscc_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 |
0.325
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 `id_module` FROM `pscc_module` WHERE `name` = "pk_menu" LIMIT 1 |
0.324
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/pkelements/classes/WidgetPkmenu.php:59 (isInstalled)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 6 AND mr.`active` = 1 |
0.324
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pscc_product_shop`
WHERE `id_product` = 342 AND id_shop=1 LIMIT 1 |
0.321
ms
|
1 |
|
|
/classes/Product.php:6848
/classes/Product.php:3922 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 1 AND mr.`active` = 1 |
0.321
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 COUNT(ps.`id_product`) AS nb
FROM `pscc_product_sale` ps
LEFT JOIN `pscc_product` p ON p.`id_product` = ps.`id_product`
LEFT JOIN pscc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE product_shop.`active` = 1 LIMIT 1 |
0.320
ms
|
7 |
|
|
/classes/ProductSale.php:60
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:79 (getNbSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE *
FROM pscc_meta m
LEFT JOIN pscc_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.320
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE product_type FROM `pscc_product` WHERE id_product = 348 LIMIT 1 |
0.319
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 233 |
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 `pscc_product` p
INNER JOIN `pscc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pscc_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` = 277) |
0.318
ms
|
1 |
|
|
/classes/Product.php:3857
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE *
FROM `pscc_cms_lang`
WHERE `id_cms` = 8 AND `id_shop` = 1 |
0.318
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM pscc_link_block lb
INNER JOIN pscc_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 45 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.318
ms
|
2 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 135 |
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 `pscc_product` p
INNER JOIN `pscc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pscc_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` = 336) |
0.318
ms
|
1 |
|
|
/classes/Product.php:3857
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pscc_specific_price_priority`
WHERE `id_product` = 339
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.317
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pscc_image` i
INNER JOIN pscc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pscc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 336
ORDER BY `position` |
0.317
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_specials/ps_specials.php:208 (present)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 9 AND mr.`active` = 1 |
0.315
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 `pscc_country` a
LEFT JOIN `pscc_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 10) LIMIT 1 |
0.315
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:1719 (generateAddress)
/classes/controller/FrontController.php:509 (getTemplateVarShop)
/classes/controller/FrontController.php:572 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pscc_image` i
INNER JOIN pscc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 336
AND image_shop.`cover` = 1 LIMIT 1 |
0.314
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5623 (getCover)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 6 AND mr.`active` = 1 |
0.314
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 10 AND mr.`active` = 1 |
0.314
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 *
FROM `pscc_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1 |
0.314
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 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 `pscc_product` p
INNER JOIN `pscc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pscc_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` = 215) |
0.313
ms
|
1 |
|
|
/classes/Product.php:3857
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE *
FROM pscc_meta m
LEFT JOIN pscc_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.311
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE *
FROM pscc_meta m
LEFT JOIN pscc_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.310
ms
|
1 |
|
|
/classes/Meta.php:193
/classes/Meta.php:332 (getMetaByPage)
/classes/Meta.php:317 (getHomeMetas)
/classes/controller/FrontController.php:1737 (getMetaTags)
/classes/controller/FrontController.php:508 (getTemplateVarPage)
/classes/controller/FrontController.php:572 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pscc_image` i
INNER JOIN pscc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 328
AND image_shop.`cover` = 1 LIMIT 1 |
0.310
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5623 (getCover)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pscc_image` i
INNER JOIN pscc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pscc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 334
ORDER BY `position` |
0.310
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_specials/ps_specials.php:208 (present)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pscc_image` i
INNER JOIN pscc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 299
AND image_shop.`cover` = 1 LIMIT 1 |
0.310
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5623 (getCover)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE *
FROM `pscc_category` a
LEFT JOIN `pscc_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pscc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 30) AND (b.`id_shop` = 1) LIMIT 1 |
0.310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pk_menu/pk_menu.php:1287 (__construct)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 1 AND mr.`active` = 1 |
0.309
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 lb.`id_link_block`
FROM pscc_link_block lb
INNER JOIN pscc_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 45 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.307
ms
|
2 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 pscc_meta m
LEFT JOIN pscc_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 |
0.306
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 `id_module` FROM `pscc_module` WHERE `name` = "contactform" LIMIT 1 |
0.306
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/pkelements/classes/WidgetPkcontactform.php:57 (isInstalled)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 name FROM pscc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1 |
0.306
ms
|
1 |
|
|
/classes/Product.php:5639
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 1 AND mr.`active` = 1 |
0.306
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 product_type FROM `pscc_product` WHERE id_product = 342 LIMIT 1 |
0.305
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 8 AND mr.`active` = 1 |
0.305
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pscc_image` i
INNER JOIN pscc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 215
AND image_shop.`cover` = 1 LIMIT 1 |
0.302
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5623 (getCover)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 7 AND mr.`active` = 1 |
0.301
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 value FROM pscc_ce_meta WHERE id = 45010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.300
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1058 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:216 (__construct)
/modules/creativeelements/core/documents-manager.php:263 (get)
/modules/creativeelements/includes/frontend.php:773 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 208 |
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 `pscc_product` p
INNER JOIN `pscc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pscc_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` = 299) |
0.298
ms
|
1 |
|
|
/classes/Product.php:3857
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 9 AND mr.`active` = 1 |
0.298
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 *
FROM pscc_meta m
LEFT JOIN pscc_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.298
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 c.id_currency
FROM `pscc_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.297
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)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE *
FROM `pscc_link_block` a
LEFT JOIN `pscc_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 1) LIMIT 1 |
0.295
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 6 AND mr.`active` = 1 |
0.293
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 8 AND mr.`active` = 1 |
0.293
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 10 AND mr.`active` = 1 |
0.293
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 image_shop.`id_image`
FROM `pscc_image` i
INNER JOIN pscc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 334
AND image_shop.`cover` = 1 LIMIT 1 |
0.291
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5623 (getCover)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 148 |
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 `pscc_product` p
INNER JOIN `pscc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pscc_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` = 334) |
0.291
ms
|
1 |
|
|
/classes/Product.php:3857
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 358 |
SELECT SQL_NO_CACHE *
FROM pscc_meta m
LEFT JOIN pscc_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.291
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 `id_module` FROM `pscc_module` WHERE `name` = "ps_bestsellers" LIMIT 1 |
0.290
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)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 8 AND mr.`active` = 1 |
0.290
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 SUM(quantity)
FROM `pscc_stock_available`
WHERE (id_product = 215) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.289
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4333 (getQuantityAvailableByProduct)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE 1 FROM `pscc_specific_price` WHERE id_product = 277 LIMIT 1 |
0.289
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pscc_product_attribute`
WHERE `id_product` = 299 |
0.288
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_bestsellers/ps_bestsellers.php:238 (present)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pscc_product_attribute`
WHERE `id_product` = 215 |
0.288
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_bestsellers/ps_bestsellers.php:238 (present)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 8 AND mr.`active` = 1 |
0.288
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 6 AND mr.`active` = 1 |
0.287
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 8 AND mr.`active` = 1 |
0.287
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 pscc_meta m
LEFT JOIN pscc_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.286
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 6 AND mr.`active` = 1 |
0.285
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 8 AND mr.`active` = 1 |
0.285
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 9 AND mr.`active` = 1 |
0.285
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 10 AND mr.`active` = 1 |
0.285
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 9 AND mr.`active` = 1 |
0.282
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 1 AND mr.`active` = 1 |
0.282
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 7 AND mr.`active` = 1 |
0.281
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 *
FROM `pscc_cms` a
LEFT JOIN `pscc_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) LIMIT 1 |
0.280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM pscc_link_block lb
INNER JOIN pscc_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 45 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.280
ms
|
2 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pscc_image` i
INNER JOIN pscc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 330
AND image_shop.`cover` = 1 LIMIT 1 |
0.280
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5623 (getCover)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pscc_stock_available`
WHERE (id_product = 330) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.279
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4333 (getQuantityAvailableByProduct)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE *
FROM `pscc_currency` a
LEFT JOIN `pscc_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.276
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:687 (getCurrencyInstance)
/classes/controller/FrontController.php:362 (setCurrency)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE *
FROM `pscc_country_lang`
WHERE `id_country` = 10 |
0.276
ms
|
1 |
|
|
/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:1719 (generateAddress)
/classes/controller/FrontController.php:509 (getTemplateVarShop)
/classes/controller/FrontController.php:572 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 9 AND mr.`active` = 1 |
0.272
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 *
FROM `pscc_link_block` a
LEFT JOIN `pscc_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1 |
0.272
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 7 AND mr.`active` = 1 |
0.271
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 *
FROM `pscc_cms` a
LEFT JOIN `pscc_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 8) LIMIT 1 |
0.271
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 `id_product_attribute`
FROM `pscc_product_attribute`
WHERE `id_product` = 328 |
0.270
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_specials/ps_specials.php:208 (present)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE `name`
FROM `pscc_hook`
WHERE `id_hook` = 45 LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/Hook.php:244
/modules/pkelements/classes/WidgetPklinks.php:474 (getNameById)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pscc_pack` WHERE id_product_pack = 299 LIMIT 1 |
0.269
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 9 AND mr.`active` = 1 |
0.269
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 value FROM `pscc_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.268
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)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE 1 FROM `pscc_specific_price` WHERE id_product = 299 LIMIT 1 |
0.267
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE 1 FROM `pscc_specific_price` WHERE id_product = 215 LIMIT 1 |
0.266
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pscc_product_attribute`
WHERE `id_product` = 330 |
0.266
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_specials/ps_specials.php:208 (present)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE `id_lang` FROM `pscc_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
0.265
ms
|
1 |
|
|
/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)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 1 AND mr.`active` = 1 |
0.265
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pscc_pack` WHERE id_product_pack = 328 LIMIT 1 |
0.264
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE `id_module` FROM `pscc_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1 |
0.264
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE `id_hook` FROM pscc_link_block |
0.264
ms
|
2 |
|
|
/modules/pkelements/classes/WidgetPklinks.php:468
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE *
FROM `pscc_link_block_lang`
WHERE `id_link_block` = 2 |
0.263
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 cl.`link_rewrite`
FROM `pscc_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 59 LIMIT 1 |
0.262
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5638 (getLinkRewrite)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 9 AND mr.`active` = 1 |
0.262
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pscc_stock_available`
WHERE (id_product = 328) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.261
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4333 (getQuantityAvailableByProduct)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pscc_product_attribute`
WHERE `id_product` = 336 |
0.261
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_specials/ps_specials.php:208 (present)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pscc_stock_available`
WHERE (id_product = 299) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.261
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4333 (getQuantityAvailableByProduct)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE *
FROM `pscc_currency_lang`
WHERE `id_currency` = 1 |
0.260
ms
|
1 |
|
|
/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:687 (getCurrencyInstance)
/classes/controller/FrontController.php:362 (setCurrency)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pscc_specific_price_priority`
WHERE `id_product` = 215
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.260
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE *
FROM `pscc_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.259
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:3923 (getTaxCalculator)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 230 |
SELECT SQL_NO_CACHE name FROM pscc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 53 LIMIT 1 |
0.258
ms
|
1 |
|
|
/classes/Product.php:5639
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pscc_pack` WHERE id_product_pack = 277 LIMIT 1 |
0.258
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE `id_lang` FROM `pscc_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
0.257
ms
|
1 |
|
|
/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)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `pscc_country`
WHERE `id_country` = 10 LIMIT 1 |
0.257
ms
|
1 |
|
|
/classes/Country.php:402
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1719 (generateAddress)
/classes/controller/FrontController.php:509 (getTemplateVarShop)
/classes/controller/FrontController.php:572 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pscc_pack` WHERE id_product_pack = 336 LIMIT 1 |
0.257
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE product_type FROM `pscc_product` WHERE id_product = 330 LIMIT 1 |
0.257
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE 1 FROM `pscc_specific_price` WHERE id_product = 328 LIMIT 1 |
0.257
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 287 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 10 AND mr.`active` = 1 |
0.257
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 cl.`link_rewrite`
FROM `pscc_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 16 LIMIT 1 |
0.256
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5638 (getLinkRewrite)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 10 AND mr.`active` = 1 |
0.255
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pscc_pack` WHERE id_product_pack = 215 LIMIT 1 |
0.254
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pscc_pack` WHERE id_product_pack = 330 LIMIT 1 |
0.254
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pscc_product_shop`
WHERE `id_product` = 277 AND id_shop=1 LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/Product.php:6848
/classes/Product.php:3922 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pscc_pack` WHERE id_product_pack = 339 LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pscc_stock_available`
WHERE (id_product = 277) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4333 (getQuantityAvailableByProduct)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE `id_module` FROM `pscc_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.251
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/controller/FrontController.php:1616 (isEnabled)
/classes/controller/FrontController.php:1759 (getDisplayTaxesLabel)
/classes/controller/FrontController.php:508 (getTemplateVarPage)
/classes/controller/FrontController.php:572 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE 1 FROM `pscc_specific_price` WHERE id_product = 334 LIMIT 1 |
0.251
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE name FROM pscc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.251
ms
|
1 |
|
|
/classes/Product.php:5639
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE id_shop
FROM `pscc_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.250
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:429 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pscc_stock_available`
WHERE (id_product = 339) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.250
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4333 (getQuantityAvailableByProduct)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pscc_product_attribute`
WHERE `id_product` = 342 |
0.249
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_specials/ps_specials.php:208 (present)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE mr.*
FROM pscc_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 6 AND mr.`active` = 1 |
0.249
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_13864936506a9bb3245e6288_28053911)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/80/ea/82/80ea82a2f7d0dec2eabc12c1bc139dca9324e847_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245ebf54_78332955)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 `id_product_attribute`
FROM `pscc_product_attribute`
WHERE `id_product` = 348 |
0.248
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_specials/ps_specials.php:208 (present)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pscc_stock_available`
WHERE (id_product = 336) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4333 (getQuantityAvailableByProduct)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE `id_module` FROM `pscc_module_shop` WHERE `id_module` = 18 AND `id_shop` = 1 LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE *
FROM `pscc_hook` a
WHERE (a.`id_hook` = 45) LIMIT 1 |
0.247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/includes/base/element-base.php:926 (printElement)
/modules/creativeelements/includes/base/element-base.php:679 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:726 (printElements)
/modules/creativeelements/includes/frontend.php:821 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:735 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:526 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/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/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/77/c5/cd/77c5cd7a58f2f21aaaeb33d0108676ef9e57d7f0_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324a2c772_53769327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bc/e7/68/bce7684064f318c403f45c6e07bc1154b9d83b6d_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_2849832256a9bb324564612_17968795)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/1d/c0/ca/1dc0ca98489ab76deff018f718b10314305a222f_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb324555cb4_82241895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/79/dd/e2/79dde25df65f03aa0f47f97df0829191b5583c6c_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb32453f759_24405286)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/bf/6d/b4/bf6db4aab6acf704954573b0d692054f36f25fb0_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bb3245314f2_11373218)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_full_width_tpl/f7/4b/bc/f74bbc3f85a532d73653658030506628fc11c621_2.file.index.tpl.php:32 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9bbb748d4d68_92536699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (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 id_shop
FROM `pscc_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:691 (isAssociatedToShop)
/classes/controller/FrontController.php:362 (setCurrency)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE 1 FROM `pscc_specific_price` WHERE id_product = 336 LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pscc_product_shop`
WHERE `id_product` = 336 AND id_shop=1 LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/Product.php:6848
/classes/Product.php:3922 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pscc_product_shop`
WHERE `id_product` = 299 AND id_shop=1 LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/Product.php:6848
/classes/Product.php:3922 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE name FROM pscc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/Product.php:5639
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pscc_product_attribute`
WHERE `id_product` = 339 |
0.243
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_specials/ps_specials.php:208 (present)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE product_type FROM `pscc_product` WHERE id_product = 299 LIMIT 1 |
0.243
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pscc_specific_price_priority`
WHERE `id_product` = 336
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.241
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pscc_product_shop`
WHERE `id_product` = 328 AND id_shop=1 LIMIT 1 |
0.241
ms
|
1 |
|
|
/classes/Product.php:6848
/classes/Product.php:3922 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE product_type FROM `pscc_product` WHERE id_product = 328 LIMIT 1 |
0.241
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE product_type FROM `pscc_product` WHERE id_product = 215 LIMIT 1 |
0.241
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pscc_product_attribute`
WHERE `id_product` = 334 |
0.240
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/ps_specials/ps_specials.php:208 (present)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pscc_product_shop`
WHERE `id_product` = 215 AND id_shop=1 LIMIT 1 |
0.238
ms
|
1 |
|
|
/classes/Product.php:6848
/classes/Product.php:3922 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE product_type FROM `pscc_product` WHERE id_product = 277 LIMIT 1 |
0.237
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/modules/ps_bestsellers/ps_bestsellers.php:195 (runQuery)
/modules/ps_bestsellers/ps_bestsellers.php:161 (getBestSellers)
/modules/ps_bestsellers/ps_bestsellers.php:148 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE `id_module` FROM `pscc_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.236
ms
|
0 |
|
|
/classes/module/Module.php:2109
/classes/controller/FrontController.php:1616 (isEnabled)
/classes/controller/FrontController.php:1759 (getDisplayTaxesLabel)
/classes/controller/FrontController.php:508 (getTemplateVarPage)
/classes/controller/FrontController.php:572 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE 1 FROM `pscc_specific_price` WHERE id_product = 330 LIMIT 1 |
0.236
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE name FROM pscc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 59 LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/Product.php:5639
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pscc_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 30 LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5638 (getLinkRewrite)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pscc_pack` WHERE id_product_pack = 334 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pscc_stock_available`
WHERE (id_product = 334) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4333 (getQuantityAvailableByProduct)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE product_type FROM `pscc_product` WHERE id_product = 336 LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pscc_product_shop`
WHERE `id_product` = 330 AND id_shop=1 LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/Product.php:6848
/classes/Product.php:3922 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pscc_specific_price_priority`
WHERE `id_product` = 328
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.232
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pscc_product_shop`
WHERE `id_product` = 334 AND id_shop=1 LIMIT 1 |
0.227
ms
|
1 |
|
|
/classes/Product.php:6848
/classes/Product.php:3922 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE name FROM pscc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/Product.php:5639
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE product_type FROM `pscc_product` WHERE id_product = 339 LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pscc_specific_price_priority`
WHERE `id_product` = 330
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.221
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pscc_specific_price_priority`
WHERE `id_product` = 334
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.220
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3824 (getSpecificPrice)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE name FROM pscc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 30 LIMIT 1 |
0.217
ms
|
1 |
|
|
/classes/Product.php:5639
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE product_type FROM `pscc_product` WHERE id_product = 334 LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/Product.php:5962 (getProductProperties)
/classes/Product.php:3404 (getProductsProperties)
/modules/ps_specials/ps_specials.php:178 (getPricesDrop)
/modules/ps_specials/ps_specials.php:158 (getSpecialProducts)
/modules/ps_specials/ps_specials.php:145 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|