SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
3093
ms
|
1158 |
|
|
/classes/Configuration.php:160
/classes/Configuration.php:209<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:39
|
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
2739
ms
|
146 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:731<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
2259
ms
|
0 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/modules/jprestaspeedpack/classes/JprestaUtilsTaxManager.php:101<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1539<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2320<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2119<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1309<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:40
|
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
2126
ms
|
502 |
|
|
/classes/Hook.php:504
/classes/Hook.php:544<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/modules/jprestaspeedpack/classes/JprestaUtilsTaxManager.php:101<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1539<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2320<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2119<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1309<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_jm_pagecache` WHERE ((id_controller=1 AND last_gen < (NOW() - INTERVAL 691200 SECOND)) OR (id_controller=2 AND last_gen < (NOW() - INTERVAL 691200 SECOND)) OR (id_controller=3 AND last_gen < (NOW() - INTERVAL 691200 SECOND)) OR (id_controller=4 AND last_gen < (NOW() - INTERVAL 691200 SECOND)) OR (id_controller=5 AND last_gen < (NOW() - INTERVAL 691200 SECOND)) OR (id_controller=6 AND last_gen < (NOW() - INTERVAL 691200 SECOND)) OR (id_controller=7 AND last_gen < (NOW() - INTERVAL 691200 SECOND)) OR (id_controller=8 AND last_gen < (NOW() - INTERVAL 691200 SECOND)) OR id_controller=9 OR (id_controller=10 AND last_gen < (NOW() - INTERVAL 691200 SECOND)) OR (id_controller=11 AND last_gen < (NOW() - INTERVAL 691200 SECOND))) ORDER BY last_gen ASC LIMIT 2 |
1990
ms
|
11 |
Yes
|
|
/modules/jprestaspeedpack/classes/PageCacheDAO.php:320
/modules/jprestaspeedpack/jprestaspeedpack.php:3644<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1290<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:730<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_posmegamenu_item pi
LEFT JOIN `ps_posmegamenu_item_lang` pl ON pl.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
LEFT JOIN `ps_posmegamenu_item_shop` ps ON ps.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=1 ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC |
1311
ms
|
9 |
Yes
|
|
/modules/posmegamenu/classes/PosMegamenuClass.php:231
/modules/posmegamenu/posmegamenu.php:1235<br>/modules/posmegamenu/posmegamenu.php:761<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_posmegamenu_item pi
LEFT JOIN `ps_posmegamenu_item_lang` pl ON pl.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
LEFT JOIN `ps_posmegamenu_item_shop` ps ON ps.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=1 ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC |
1080
ms
|
9 |
Yes
|
|
/modules/posmegamenu/classes/PosMegamenuClass.php:231
/modules/posmegamenu/posmegamenu.php:769<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 807
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
1038
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4549
/controllers/front/ProductController.php:578<br>/controllers/front/ProductController.php:414<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
958
ms
|
8 |
Yes
|
Yes
|
/classes/Category.php:919
/controllers/front/ProductController.php:828<br>/controllers/front/ProductController.php:321<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`,
pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
image_shop.`id_image` id_image, il.`legend`, m.`name` as manufacturer_name, cl.`name` AS category_default, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2023-03-22 00:00:00",
INTERVAL 20 DAY
)
) > 0 AS new
FROM `ps_accessory`
LEFT JOIN `ps_product` p ON p.`id_product` = `id_product_2`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN `ps_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
)
LEFT JOIN `ps_category_lang` cl ON (
product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1
)
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `ps_manufacturer` m ON (p.`id_manufacturer`= m.`id_manufacturer`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE `id_product_1` = 807 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product |
898
ms
|
1 |
|
Yes
|
/classes/Product.php:4639
/controllers/front/ProductController.php:358<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
763
ms
|
841 |
|
|
/classes/Hook.php:1283
/classes/Hook.php:786<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:40
|
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_posmegamenu_item pi
LEFT JOIN `ps_posmegamenu_item_lang` pl ON pl.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
LEFT JOIN `ps_posmegamenu_item_shop` ps ON ps.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=1 ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC |
686
ms
|
9 |
Yes
|
|
/modules/posmegamenu/classes/PosMegamenuClass.php:231
/modules/posmegamenu/posmegamenu.php:817<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
648
ms
|
841 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/Hook.php:824<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:40
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
645
ms
|
82 |
Yes
|
|
/classes/Dispatcher.php:650
/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:40
|
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'cocorikush.fr' OR su.domain_ssl = 'cocorikush.fr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
635
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1350
/classes/shop/Shop.php:341<br>/config/config.inc.php:128<br>/index.php:39
|
SELECT SQL_NO_CACHE * FROM `ps_posproductextratabs` v
INNER JOIN `ps_posproductextratabs_lang` vl ON (v.`id_posproductextratabs` = vl.`id_posproductextratabs` AND vl.`id_lang` = 1)
INNER JOIN `ps_posproductextratabs_shop` vs ON (v.`id_posproductextratabs` = vs.`id_posproductextratabs` AND vs.`id_shop` = 1)
WHERE v.`active` = 1 ORDER BY v.`position` ASC |
620
ms
|
1 |
Yes
|
|
/modules/posproductextratab/classes/pospextratab.php:240
/modules/posproductextratab/posproductextratab.php:139<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1113<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_possizecharts` v
INNER JOIN `ps_possizecharts_lang` vl ON (v.`id_possizecharts` = vl.`id_possizecharts` AND vl.`id_lang` = 1)
INNER JOIN `ps_possizecharts_shop` vs ON (v.`id_possizecharts` = vs.`id_possizecharts` AND vs.`id_shop` = 1)
WHERE v.`active` = 1 ORDER BY v.`position` ASC |
576
ms
|
1 |
Yes
|
|
/modules/possizechart/classes/posschart.php:240
/modules/possizechart/possizechart.php:165<br>/modules/possizechart/possizechart.php:150<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/cc/15/6f/cc156fcee5e717e2f7ba7d6bea5d5cdf2b53af63_2.file.product_layout1.tpl.php:399<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/cc/15/6f/cc156fcee5e717e2f7ba7d6bea5d5cdf2b53af63_2.file.product_layout1.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:144<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
576
ms
|
49284 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:613<br>/controllers/front/ProductController.php:541<br>/controllers/front/ProductController.php:323<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posmegamenu" LIMIT 1 |
562
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:565<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 807 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 807 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
558
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
(SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1) |
555
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/Cart.php:3021<br>/classes/Cart.php:3395<br>/classes/Cart.php:3468<br>/src/Core/Cart/Fees.php:95<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 807 |
543
ms
|
1 |
|
|
/classes/Product.php:7435
/classes/Product.php:7448<br>/controllers/front/ProductController.php:65<br>/controllers/front/ProductController.php:124<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
520
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:711
/classes/shop/Shop.php:770<br>/classes/Configuration.php:294<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:39
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
516
ms
|
96 |
|
|
/classes/module/Module.php:340
/modules/creativeelements/creativeelements.php:58<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:119<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:506<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
514
ms
|
82 |
Yes
|
|
/classes/Dispatcher.php:650
/classes/Dispatcher.php:256<br>/modules/jprestaspeedpack/classes/JprestaUtilsDispatcher.php:23<br>/modules/jprestaspeedpack/classes/JprestaUtils.php:94<br>/modules/jprestaspeedpack/classes/JprestaUtils.php:36<br>/modules/jprestaspeedpack/jprestaspeedpack.php:3624<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1290<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:730<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
512
ms
|
8 |
Yes
|
Yes
|
/classes/Category.php:1146
/classes/Category.php:1082<br>/controllers/front/ProductController.php:838<br>/controllers/front/ProductController.php:321<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
503
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:132<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:39
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
498
ms
|
96 |
|
|
/classes/module/Module.php:340
/modules/ets_contactform7/ets_contactform7.php:94<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:40
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
498
ms
|
96 |
|
|
/classes/module/Module.php:340
/modules/smartblog/smartblog.php:43<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 807 |
497
ms
|
1 |
|
|
/classes/Product.php:7435
/controllers/front/ProductController.php:800<br>/controllers/front/ProductController.php:326<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *,
( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2023-03-22 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2023-03-22 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
488
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:624
/controllers/front/ProductController.php:541<br>/controllers/front/ProductController.php:323<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
480
ms
|
96 |
|
|
/classes/module/Module.php:340
/modules/colissimo/colissimo.php:104<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:40
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2010000 AND name = '_elementor_version' LIMIT 1 |
469
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:926<br>/modules/creativeelements/core/base/document.php:223<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
(SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
467
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/modules/posshoppingcart/posshoppingcart.php:59<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 807) AND (b.`id_shop` = 1) LIMIT 1 |
463
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1 |
463
ms
|
1 |
|
|
/classes/Currency.php:1126
/classes/Currency.php:1143<br>/modules/posthemeoptions/elementor/src/WidgetHelper.php:561<br>/modules/posthemeoptions/elementor/widgets/PosHeaderCurrencyWidget.php:283<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
458
ms
|
8 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
451
ms
|
96 |
|
|
/classes/module/Module.php:340
/modules/jprestaspeedpack/jprestaspeedpack.php:165<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:364<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
447
ms
|
1 |
|
|
/classes/Language.php:1198
/classes/Language.php:1502<br>/classes/Dispatcher.php:548<br>/classes/Dispatcher.php:245<br>/classes/Dispatcher.php:214<br>/index.php:40
|
(SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
432
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 807
ORDER BY f.position ASC |
425
ms
|
1 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 4
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 |
420
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/modules/jprestaspeedpack/classes/JprestaUtilsTaxManager.php:103<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1539<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2320<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2119<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1309<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) AND (b.`id_shop` = 1) LIMIT 1 |
410
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/posmegamenu/posmegamenu.php:881<br>/modules/posmegamenu/posmegamenu.php:778<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) AND (b.`id_shop` = 1) LIMIT 1 |
409
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/posmegamenu/posmegamenu.php:881<br>/modules/posmegamenu/posmegamenu.php:778<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.id_contact FROM `ps_ets_ctf_contact` c
INNER JOIN `ps_ets_ctf_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `ps_ets_ctf_contact_lang` cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1 AND c.hook like "%header%" AND cs.id_shop="1"; |
409
ms
|
16 |
|
|
/modules/ets_contactform7/classes/Contact.php:219
/modules/ets_contactform7/ets_contactform7.php:1277<br>/modules/ets_contactform7/ets_contactform7.php:389<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_posmegamenu_submenu_column sc
LEFT JOIN ps_posmegamenu_submenu_column_lang scl ON (sc.id_posmegamenu_submenu_column = scl.id_posmegamenu_submenu_column)
WHERE sc.id_row = 2 AND scl.`id_lang` = 1 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_posmegamenu_submenu_column ASC |
408
ms
|
17 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:585
/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_posmegamenu_submenu_item psi
LEFT JOIN ps_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 14 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
401
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:604
/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
400
ms
|
1 |
|
|
/classes/Cart.php:4218
/classes/Cart.php:4193<br>/classes/Cart.php:2134<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
(SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
399
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/modules/posshoppingcart/posshoppingcart.php:86<br>/modules/posshoppingcart/posshoppingcart.php:103<br>/modules/posthemeoptions/elementor/widgets/PosHeaderCartWidget.php:380<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 0 LIMIT 1 |
394
ms
|
0 |
|
|
/classes/Supplier.php:244
/classes/Product.php:730<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_posmegamenu_submenu_column sc
LEFT JOIN ps_posmegamenu_submenu_column_lang scl ON (sc.id_posmegamenu_submenu_column = scl.id_posmegamenu_submenu_column)
WHERE sc.id_row = 4 AND scl.`id_lang` = 1 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_posmegamenu_submenu_column ASC |
391
ms
|
17 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:585
/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
INSERT INTO `ps_jm_pagecache` (`cache_key`, `url`, `id_context`, `id_controller`, `id_shop`, `id_object`, `count_missed`, `count_hit`)
VALUES (
476796930,
'https://cocorikush.fr/accueil/807-creme-pour-les-pieds-au-cbd-cibdol.html',
65,
3,
1,
807,
1,
0) ON DUPLICATE KEY UPDATE `count_missed`=`count_missed` + 1, last_gen = CURRENT_TIMESTAMP, `deleted` = 0; |
390
ms
|
1 |
|
|
/modules/jprestaspeedpack/classes/JprestaUtils.php:657
/modules/jprestaspeedpack/classes/PageCacheDAO.php:809<br>/modules/jprestaspeedpack/jprestaspeedpack.php:3641<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1290<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:730<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 807
ORDER BY `position` |
388
ms
|
1 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/controllers/front/ProductController.php:1154<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
(SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
387
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/modules/posshoppingcart/posshoppingcart.php:86<br>/modules/posshoppingcart/posshoppingcart.php:103<br>/modules/posthemeoptions/elementor/widgets/PosHeaderCartWidget.php:380<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) AND (b.`id_shop` = 1) LIMIT 1 |
385
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/posmegamenu/posmegamenu.php:881<br>/modules/posmegamenu/posmegamenu.php:596<br>/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 60
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
384
ms
|
4 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_posmegamenu_submenu_item psi
LEFT JOIN ps_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 3 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
383
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:604
/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) AND (b.`id_shop` = 1) LIMIT 1 |
382
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/posmegamenu/posmegamenu.php:881<br>/modules/posmegamenu/posmegamenu.php:596<br>/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id_tab, class_name FROM `ps_tab` |
382
ms
|
208 |
|
|
/classes/Tab.php:359
/controllers/front/ProductController.php:134<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_posmegamenu_submenu_item psi
LEFT JOIN ps_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 6 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
381
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:604
/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.*
FROM `ps_customer` c
WHERE (c.`email` = 'd0-9371268a39b8f3650e6a3d3944170fb1@fakeemail.com') AND (c.`id_shop` IN (1)) AND (c.`is_guest` = 0) AND (c.`deleted` = 0) LIMIT 1 |
377
ms
|
1 |
|
|
/classes/Customer.php:503
/modules/jprestaspeedpack/jprestaspeedpack.php:1459<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1380<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:521<br>/index.php:40
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 807
AND image_shop.`cover` = 1 LIMIT 1 |
374
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_posmegamenu_submenu_item psi
LEFT JOIN ps_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 2 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
371
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:604
/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) AND (b.`id_shop` = 1) LIMIT 1 |
366
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/posmegamenu/posmegamenu.php:881<br>/modules/posmegamenu/posmegamenu.php:596<br>/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 5
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 |
360
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/modules/jprestaspeedpack/classes/JprestaUtilsTaxManager.php:103<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1539<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2320<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2119<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1309<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:40
|
SELECT SQL_NO_CACHE c.*
FROM `ps_customer` c
WHERE (c.`email` = 'd0-9371268a39b8f3650e6a3d3944170fb1@fakeemail.com') AND (c.`id_shop` IN (1)) AND (c.`is_guest` = 0) AND (c.`deleted` = 0) LIMIT 1 |
359
ms
|
1 |
|
|
/classes/Customer.php:503
/modules/jprestaspeedpack/jprestaspeedpack.php:1459<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2270<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2119<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1309<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:40
|
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 13
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 |
357
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/modules/jprestaspeedpack/classes/JprestaUtilsTaxManager.php:103<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1539<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2320<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2119<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1309<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 106 AND `id_shop` = 1 LIMIT 1 |
355
ms
|
1 |
|
|
/classes/module/Module.php:2328
/config/smartyfront.config.inc.php:58<br>/config/smarty.config.inc.php:59<br>/config/config.inc.php:253<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) AND (b.`id_shop` = 1) LIMIT 1 |
355
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/posmegamenu/posmegamenu.php:881<br>/modules/posmegamenu/posmegamenu.php:596<br>/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 9
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 |
354
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/modules/jprestaspeedpack/classes/JprestaUtilsTaxManager.php:103<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1539<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2320<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2119<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1309<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 77) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc |
354
ms
|
1 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/controllers/front/ProductController.php:1247<br>/classes/controller/FrontController.php:1736<br>/classes/controller/FrontController.php:533<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_posmegamenu_submenu_item psi
LEFT JOIN ps_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 4 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
352
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:604
/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 14
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 |
350
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/modules/jprestaspeedpack/classes/JprestaUtilsTaxManager.php:103<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1539<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2320<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2119<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1309<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 63) AND (b.`id_shop` = 1) LIMIT 1 |
348
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/posmegamenu/posmegamenu.php:881<br>/modules/posmegamenu/posmegamenu.php:596<br>/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms` AND cs.`id_shop` = cl.`id_shop`)
WHERE c.`id_cms_category` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
347
ms
|
10 |
Yes
|
|
/modules/posthemeoptions/elementor/src/WidgetHelper.php:632
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:110<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:175<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/core/files/css/post.php:325<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:122<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:122<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/files/css/post.php:203<br>/modules/creativeelements/core/files/css/base.php:562<br>/modules/creativeelements/core/files/base.php:144<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:78<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/core/dynamic-tags/manager.php:450<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/core/files/css/base.php:236<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/d0/d4/bb/d0d4bb260dc15cd0f69bfa58e00a24e0935726f3_2.file.footer.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/59/b2/3f/59b23fe9d002bae09fa6c37551df98502180353c_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:540<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 38) AND (b.`id_shop` = 1) LIMIT 1 |
347
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/posmegamenu/posmegamenu.php:881<br>/modules/posmegamenu/posmegamenu.php:778<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) AND (b.`id_shop` = 1) LIMIT 1 |
346
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/posmegamenu/posmegamenu.php:881<br>/modules/posmegamenu/posmegamenu.php:596<br>/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 |
346
ms
|
222 |
|
|
/classes/SpecificPrice.php:295
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:613<br>/controllers/front/ProductController.php:541<br>/controllers/front/ProductController.php:323<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`passwd`
FROM `ps_customer` c
WHERE (c.`email` = 'd0-9371268a39b8f3650e6a3d3944170fb1@fakeemail.com') AND (c.`id_shop` IN (1)) AND (c.`is_guest` = 0) AND (c.`deleted` = 0) LIMIT 1 |
334
ms
|
1 |
|
|
/classes/Customer.php:475
/modules/jprestaspeedpack/jprestaspeedpack.php:1459<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2270<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2119<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1309<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) AND (b.`id_shop` = 1) LIMIT 1 |
333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/posmegamenu/posmegamenu.php:881<br>/modules/posmegamenu/posmegamenu.php:596<br>/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_posmegamenu_submenu_item psi
LEFT JOIN ps_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 8 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
333
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:604
/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 48) AND (b.`id_shop` = 1) LIMIT 1 |
330
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/posmegamenu/posmegamenu.php:881<br>/modules/posmegamenu/posmegamenu.php:778<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 14
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
325
ms
|
3 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
325
ms
|
1 |
|
|
/classes/Category.php:2233
/classes/Category.php:1544<br>/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/CategoryModelBuilderPS17.php:34<br>/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:39<br>/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:61<br>/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/ProductModelBuilderPS17.php:31<br>/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:107<br>/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:198<br>/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:65<br>/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/DisplayBeforeBodyClosingTagPS17.php:33<br>/modules/rcpgtagmanager/rcpgtagmanager.php:219<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:576<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE trgs.`id_tax_rules_group`
FROM `ps_tax_rules_group_shop` as trgs
LEFT JOIN `ps_tax_rules_group` as trg
ON trgs.id_tax_rules_group=trg.id_tax_rules_group
WHERE active=1 AND id_shop=1 AND deleted=0 |
324
ms
|
10 |
|
|
/modules/jprestaspeedpack/classes/JprestaUtils.php:693
/modules/jprestaspeedpack/classes/JprestaUtilsTaxManager.php:98<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1539<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2320<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2119<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1309<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 10
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
324
ms
|
2 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 68
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
319
ms
|
7 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE GROUP_CONCAT(a.`id_product_pack`)
FROM `ps_pack` a
WHERE a.`id_product_item` = 807 LIMIT 1 |
319
ms
|
1 |
|
|
/classes/Pack.php:409
/controllers/front/ProductController.php:356<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_posmegamenu_submenu_column sc
LEFT JOIN ps_posmegamenu_submenu_column_lang scl ON (sc.id_posmegamenu_submenu_column = scl.id_posmegamenu_submenu_column)
WHERE sc.id_row = 3 AND scl.`id_lang` = 1 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_posmegamenu_submenu_column ASC |
315
ms
|
17 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:585
/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 36
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
313
ms
|
7 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 807 AND ctg.`id_group` = 1 LIMIT 1 |
312
ms
|
2 |
|
|
/classes/Product.php:6623
/classes/Product.php:6601<br>/controllers/front/ProductController.php:194<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 77 AND c.`nleft` >= 2 AND c.`nright` <= 77 ORDER BY `nleft` DESC |
308
ms
|
1 |
Yes
|
|
/classes/Category.php:1586
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/CategoryModelBuilderPS17.php:34<br>/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:39<br>/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:61<br>/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/ProductModelBuilderPS17.php:31<br>/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:107<br>/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:198<br>/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:65<br>/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/DisplayBeforeBodyClosingTagPS17.php:33<br>/modules/rcpgtagmanager/rcpgtagmanager.php:219<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:576<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`passwd`
FROM `ps_customer` c
WHERE (c.`email` = 'd0-9371268a39b8f3650e6a3d3944170fb1@fakeemail.com') AND (c.`id_shop` IN (1)) AND (c.`is_guest` = 0) AND (c.`deleted` = 0) LIMIT 1 |
308
ms
|
1 |
|
|
/classes/Customer.php:475
/modules/jprestaspeedpack/jprestaspeedpack.php:1459<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1380<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:521<br>/index.php:40
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 807) |
305
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_posmegamenu_submenu_item psi
LEFT JOIN ps_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 7 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
303
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:604
/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 38
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
303
ms
|
2 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_posmegamenu_submenu_item psi
LEFT JOIN ps_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 5 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
300
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:604
/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
298
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 64) AND (b.`id_shop` = 1) LIMIT 1 |
298
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/posmegamenu/posmegamenu.php:881<br>/modules/posmegamenu/posmegamenu.php:596<br>/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 42
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
296
ms
|
4 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
295
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198<br>/classes/Tools.php:333<br>/classes/Link.php:66<br>/config/config.inc.php:284<br>/index.php:39
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
295
ms
|
1 |
|
|
/classes/shop/Shop.php:205
/classes/shop/Shop.php:135<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:39
|
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
294
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:165<br>/src/Adapter/Image/ImageRetriever.php:93<br>:undefined<br>/src/Adapter/Image/ImageRetriever.php:87<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/controllers/front/ProductController.php:1154<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2010000 AND name = '_elementor_edit_mode' LIMIT 1 |
293
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:221<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "jprestaspeedpack" LIMIT 1 |
293
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/config/smartyfront.config.inc.php:58<br>/config/smarty.config.inc.php:59<br>/config/config.inc.php:253<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:157<br>/index.php:39
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2010000 AND name = '_elementor_data' LIMIT 1 |
291
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/db.php:191<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:68<br>/modules/creativeelements/core/files/css/post.php:193<br>/modules/creativeelements/core/files/css/base.php:562<br>/modules/creativeelements/core/files/base.php:144<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:78<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/core/dynamic-tags/manager.php:450<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/core/files/css/base.php:236<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 0 AND name = 'elementor_fonts_manager_font_types' LIMIT 1 |
290
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/modules/fonts-manager/module.php:31<br>/modules/creativeelements/modules/fonts-manager/module.php:64<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/includes/fonts.php:121<br>/modules/creativeelements/includes/controls/font.php:54<br>/modules/creativeelements/includes/controls/base.php:81<br>/modules/creativeelements/includes/managers/controls.php:418<br>/modules/creativeelements/includes/managers/controls.php:495<br>/modules/creativeelements/includes/managers/controls.php:515<br>/modules/creativeelements/includes/managers/controls.php:679<br>/modules/creativeelements/includes/base/controls-stack.php:428<br>/modules/creativeelements/includes/base/controls-stack.php:1387<br>/modules/creativeelements/includes/elements/section.php:304<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/core/files/css/post.php:325<br>/modules/creativeelements/core/files/css/post.php:203<br>/modules/creativeelements/core/files/css/base.php:562<br>/modules/creativeelements/core/files/base.php:144<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:78<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/core/dynamic-tags/manager.php:450<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/core/files/css/base.php:236<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 7 LIMIT 1 |
287
ms
|
9 |
|
|
/modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
/modules/posmegamenu/posmegamenu.php:1252<br>/modules/posmegamenu/posmegamenu.php:761<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2010000 AND name = '_elementor_data' LIMIT 1 |
286
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2010000 AND name = '_elementor_edit_mode' LIMIT 1 |
285
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.id_posmegamenu_item = 7 AND ps.`active` = 1 LIMIT 1 |
285
ms
|
9 |
|
|
/modules/posmegamenu/posmegamenu.php:477
/modules/posmegamenu/posmegamenu.php:728<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE a.id_ce_content as id FROM ps_ce_content a
LEFT JOIN ps_ce_content_lang AS b ON a.id_ce_content = b.id_ce_content
LEFT JOIN ps_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 'displayFooterProduct' AND (a.id_product = 0 OR a.id_product = 807) AND a.active = 1 ORDER BY a.id_product DESC |
284
ms
|
1 |
Yes
|
|
/modules/creativeelements/classes/CEContent.php:150
/modules/creativeelements/creativeelements.php:710<br>/modules/creativeelements/creativeelements.php:682<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:522<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.id_contact FROM `ps_ets_ctf_contact` c
INNER JOIN `ps_ets_ctf_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `ps_ets_ctf_contact_lang` cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1 AND c.hook like "%product_thumbs%" AND cs.id_shop="1"; |
283
ms
|
16 |
|
|
/modules/ets_contactform7/classes/Contact.php:219
/modules/ets_contactform7/ets_contactform7.php:1277<br>/modules/ets_contactform7/ets_contactform7.php:1254<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/2f/e0/d9/2fe0d9ddc8484a24ee95db975df72d3f39469a08_2.file.product-cover-thumbnails.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/cc/15/6f/cc156fcee5e717e2f7ba7d6bea5d5cdf2b53af63_2.file.product_layout1.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/cc/15/6f/cc156fcee5e717e2f7ba7d6bea5d5cdf2b53af63_2.file.product_layout1.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/cc/15/6f/cc156fcee5e717e2f7ba7d6bea5d5cdf2b53af63_2.file.product_layout1.tpl.php:138<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/cc/15/6f/cc156fcee5e717e2f7ba7d6bea5d5cdf2b53af63_2.file.product_layout1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:144<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
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 |
282
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3921<br>/classes/Product.php:3684<br>/classes/Product.php:4107<br>/controllers/front/ProductController.php:268<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 49
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
282
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 28
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
281
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_posmegamenu_submenu_item psi
LEFT JOIN ps_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 5 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
281
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:604
/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:832<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
281
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/controllers/front/ProductController.php:236<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 63
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
280
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 17
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
280
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 12
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
276
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 69
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
275
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_posmegamenu_submenu_item psi
LEFT JOIN ps_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 9 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
275
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:604
/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
275
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/controllers/front/ProductController.php:1117<br>/controllers/front/ProductController.php:374<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2010000 AND name = '_elementor_edit_mode' LIMIT 1 |
274
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:221<br>/modules/creativeelements/core/dynamic-tags/manager.php:450<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/core/files/css/base.php:236<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
273
ms
|
88 |
|
|
/classes/Hook.php:353
/classes/Hook.php:158<br>/classes/Hook.php:377<br>/classes/Hook.php:400<br>/classes/Hook.php:933<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:40
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
273
ms
|
1 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:39
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 70
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
272
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 807 LIMIT 1 |
272
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 7 AND sr.`active` = 1 ORDER BY sr.position ASC |
272
ms
|
5 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:489
/modules/posmegamenu/posmegamenu.php:729<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 45
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
272
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 75
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
271
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
269
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:704<br>/modules/jprestaspeedpack/jprestaspeedpack.php:3395<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1780<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1734<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2112<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1309<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
268
ms
|
1 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84<br>/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 4 AND sr.`active` = 1 ORDER BY sr.position ASC |
267
ms
|
5 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:489
/modules/posmegamenu/posmegamenu.php:729<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
266
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Group.php:81<br>/classes/Group.php:397<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1396<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:521<br>/index.php:40
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 807030101 AND name = '_elementor_edit_mode' LIMIT 1 |
266
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:540<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
266
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:222<br>/index.php:39
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 13
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
266
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.id_posmegamenu_item = 3 AND ps.`active` = 1 LIMIT 1 |
266
ms
|
9 |
|
|
/modules/posmegamenu/posmegamenu.php:477
/modules/posmegamenu/posmegamenu.php:728<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) AND (b.`id_shop` = 1) LIMIT 1 |
264
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/posmegamenu/posmegamenu.php:881<br>/modules/posmegamenu/posmegamenu.php:778<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 807
AND DATEDIFF("2023-03-22 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
263
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 7 AND sr.`active` = 1 ORDER BY sr.position ASC |
263
ms
|
5 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:489
/modules/posmegamenu/posmegamenu.php:729<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 7 AND sr.`active` = 1 ORDER BY sr.position ASC |
263
ms
|
5 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:489
/modules/posmegamenu/posmegamenu.php:731<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
262
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Link.php:560<br>/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:374<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/d0/d4/bb/d0d4bb260dc15cd0f69bfa58e00a24e0935726f3_2.file.footer.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/59/b2/3f/59b23fe9d002bae09fa6c37551df98502180353c_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:540<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.id_contact FROM `ps_ets_ctf_contact` c
INNER JOIN `ps_ets_ctf_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `ps_ets_ctf_contact_lang` cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1 AND c.hook like "%product_info%" AND cs.id_shop="1"; |
261
ms
|
16 |
|
|
/modules/ets_contactform7/classes/Contact.php:219
/modules/ets_contactform7/ets_contactform7.php:1277<br>/modules/ets_contactform7/ets_contactform7.php:1227<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/e3/28/89/e3288921ead4fa0e01bee1a9757b49f9b4dd9da5_2.file.product-additional-info.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/cc/15/6f/cc156fcee5e717e2f7ba7d6bea5d5cdf2b53af63_2.file.product_layout1.tpl.php:334<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/cc/15/6f/cc156fcee5e717e2f7ba7d6bea5d5cdf2b53af63_2.file.product_layout1.tpl.php:417<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/cc/15/6f/cc156fcee5e717e2f7ba7d6bea5d5cdf2b53af63_2.file.product_layout1.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:181<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:144<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 1010000 AND name = '_elementor_edit_mode' LIMIT 1 |
261
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/includes/frontend.php:769<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/d0/d4/bb/d0d4bb260dc15cd0f69bfa58e00a24e0935726f3_2.file.footer.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/59/b2/3f/59b23fe9d002bae09fa6c37551df98502180353c_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:540<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2010000 AND name = '_elementor_css' LIMIT 1 |
261
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:137<br>/modules/creativeelements/core/files/base.php:225<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
261
ms
|
1 |
|
|
/classes/Language.php:1049
/modules/kiliba/kiliba.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 71
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
260
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 20
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
260
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
260
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/ProductController.php:105<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 72
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
258
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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 |
258
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/posthemeoptions/elementor/src/WidgetHelper.php:668<br>/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:175<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/core/files/css/post.php:325<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:122<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:122<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/files/css/post.php:203<br>/modules/creativeelements/core/files/css/base.php:562<br>/modules/creativeelements/core/files/base.php:144<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:78<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/core/dynamic-tags/manager.php:450<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/core/files/css/base.php:236<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/d0/d4/bb/d0d4bb260dc15cd0f69bfa58e00a24e0935726f3_2.file.footer.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/59/b2/3f/59b23fe9d002bae09fa6c37551df98502180353c_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:540<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
256
ms
|
5 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:489
/modules/posmegamenu/posmegamenu.php:729<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2010000 AND name = '_elementor_css' LIMIT 1 |
256
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:137<br>/modules/creativeelements/core/files/base.php:225<br>/modules/creativeelements/core/files/base.php:134<br>/modules/creativeelements/core/files/css/base.php:213<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 61
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
255
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE id FROM `ps_jm_pagecache_contexts` WHERE `id_currency`=1 AND `id_fake_customer` IS NULL AND `id_device`=1 AND `id_country` IS NULL AND `id_tax_csz`=19 AND `id_specifics` IS NULL |
255
ms
|
1 |
|
|
/modules/jprestaspeedpack/classes/JprestaUtils.php:693
/modules/jprestaspeedpack/classes/JprestaUtils.php:856<br>/modules/jprestaspeedpack/classes/PageCacheDAO.php:556<br>/modules/jprestaspeedpack/classes/PageCacheDAO.php:573<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2126<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1309<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 74
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
255
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 2 |
255
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/modules/jprestaspeedpack/classes/JprestaUtilsTaxManager.php:103<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1539<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2320<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2119<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1309<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:40
|
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 2 LIMIT 1 |
255
ms
|
1 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
:undefined<br>/modules/creativeelements/includes/widgets/contact-form.php:1305<br>/modules/creativeelements/includes/widgets/contact-form.php:1295<br>/modules/creativeelements/includes/managers/widgets.php:119<br>/modules/creativeelements/includes/managers/widgets.php:216<br>/modules/creativeelements/includes/elements/column.php:1156<br>/modules/creativeelements/includes/base/element-base.php:970<br>/modules/creativeelements/includes/base/element-base.php:471<br>/modules/creativeelements/includes/base/element-base.php:1016<br>/modules/creativeelements/includes/base/element-base.php:429<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:121<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:122<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/files/css/post.php:203<br>/modules/creativeelements/core/files/css/base.php:562<br>/modules/creativeelements/core/files/base.php:144<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:78<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/core/dynamic-tags/manager.php:450<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/core/files/css/base.php:236<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.id_posmegamenu_item = 4 AND ps.`active` = 1 LIMIT 1 |
254
ms
|
9 |
|
|
/modules/posmegamenu/posmegamenu.php:477
/modules/posmegamenu/posmegamenu.php:728<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 73
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
254
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 9) AND (b.`id_shop` = 1) LIMIT 1 |
253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Link.php:560<br>/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:374<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/d0/d4/bb/d0d4bb260dc15cd0f69bfa58e00a24e0935726f3_2.file.footer.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/59/b2/3f/59b23fe9d002bae09fa6c37551df98502180353c_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:540<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 53
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
253
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 807030101 AND name = '_elementor_page_settings' LIMIT 1 |
252
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1054<br>/modules/creativeelements/core/document-types/post.php:253<br>/modules/creativeelements/core/documents-manager.php:232<br>/modules/creativeelements/core/documents-manager.php:279<br>/modules/creativeelements/modules/page-templates/module.php:71<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:609<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 66
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
252
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 4 AND sr.`active` = 1 ORDER BY sr.position ASC |
252
ms
|
5 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:489
/modules/posmegamenu/posmegamenu.php:729<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Link.php:560<br>/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:374<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/d0/d4/bb/d0d4bb260dc15cd0f69bfa58e00a24e0935726f3_2.file.footer.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/59/b2/3f/59b23fe9d002bae09fa6c37551df98502180353c_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:540<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 64
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
250
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 62
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
250
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 65
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
249
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 46
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
248
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 1010000 AND name = '_elementor_data' LIMIT 1 |
248
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/frontend.php:782<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/d0/d4/bb/d0d4bb260dc15cd0f69bfa58e00a24e0935726f3_2.file.footer.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/59/b2/3f/59b23fe9d002bae09fa6c37551df98502180353c_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:540<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 57
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
248
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC |
248
ms
|
5 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:489
/modules/posmegamenu/posmegamenu.php:729<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 48
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
247
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 55
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
247
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_lang`, IF(language_code = 'en-us', 0, LENGTH(language_code)) as found
FROM `ps_lang`
WHERE LEFT(`language_code`,2) = 'en'
ORDER BY found ASC LIMIT 1 |
247
ms
|
1 |
Yes
|
|
/classes/Language.php:974
/classes/Tools.php:598<br>/classes/Tools.php:664<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:214<br>/index.php:40
|
UPDATE `ps_jm_pagecache_contexts` SET count_bot=count_bot+1
WHERE id=65; |
246
ms
|
1 |
|
|
/modules/jprestaspeedpack/classes/JprestaUtils.php:657
/modules/jprestaspeedpack/classes/PageCacheDAO.php:423<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2141<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1309<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "my-account"
OR m.page = "myaccount"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
246
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/posthemeoptions/elementor/src/WidgetHelper.php:656<br>/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:175<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/core/files/css/post.php:325<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:122<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:122<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/files/css/post.php:203<br>/modules/creativeelements/core/files/css/base.php:562<br>/modules/creativeelements/core/files/base.php:144<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:78<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/core/dynamic-tags/manager.php:450<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/core/files/css/base.php:236<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/d0/d4/bb/d0d4bb260dc15cd0f69bfa58e00a24e0935726f3_2.file.footer.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/59/b2/3f/59b23fe9d002bae09fa6c37551df98502180353c_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:540<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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 |
246
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/posthemeoptions/elementor/src/WidgetHelper.php:660<br>/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:175<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/core/files/css/post.php:325<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:122<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:122<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/files/css/post.php:203<br>/modules/creativeelements/core/files/css/base.php:562<br>/modules/creativeelements/core/files/base.php:144<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:78<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/core/dynamic-tags/manager.php:450<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/core/files/css/base.php:236<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/d0/d4/bb/d0d4bb260dc15cd0f69bfa58e00a24e0935726f3_2.file.footer.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/59/b2/3f/59b23fe9d002bae09fa6c37551df98502180353c_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:540<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 4 AND sr.`active` = 1 ORDER BY sr.position ASC |
245
ms
|
5 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:489
/modules/posmegamenu/posmegamenu.php:731<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 56
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
245
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/possearchproducts/possearchproducts.php:202<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8 |
245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 807030101 AND name = '_wp_page_template' LIMIT 1 |
244
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:967<br>/modules/creativeelements/modules/page-templates/module.php:74<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:609<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:1367<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_posmegamenu_submenu_column sc
LEFT JOIN ps_posmegamenu_submenu_column_lang scl ON (sc.id_posmegamenu_submenu_column = scl.id_posmegamenu_submenu_column)
WHERE sc.id_row = 4 AND scl.`id_lang` = 1 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_posmegamenu_submenu_column ASC |
244
ms
|
17 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:585
/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:832<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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 |
243
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/posthemeoptions/elementor/src/WidgetHelper.php:664<br>/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120<br>/modules/creativeelements/includes/base/controls-stack.php:1925<br>/modules/creativeelements/includes/base/controls-stack.php:506<br>/modules/creativeelements/includes/base/widget-base.php:175<br>/modules/creativeelements/includes/base/controls-stack.php:291<br>/modules/creativeelements/includes/base/controls-stack.php:1962<br>/modules/creativeelements/includes/base/controls-stack.php:1035<br>/modules/creativeelements/includes/base/controls-stack.php:1813<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/core/files/css/post.php:325<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:122<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:122<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/files/css/post.php:203<br>/modules/creativeelements/core/files/css/base.php:562<br>/modules/creativeelements/core/files/base.php:144<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:78<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/core/dynamic-tags/manager.php:450<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/core/files/css/base.php:236<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/d0/d4/bb/d0d4bb260dc15cd0f69bfa58e00a24e0935726f3_2.file.footer.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/59/b2/3f/59b23fe9d002bae09fa6c37551df98502180353c_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:540<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE c.id_contact FROM `ps_ets_ctf_contact` c
INNER JOIN `ps_ets_ctf_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `ps_ets_ctf_contact_lang` cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1 AND c.hook like "%product_footer%" AND cs.id_shop="1"; |
243
ms
|
16 |
|
|
/modules/ets_contactform7/classes/Contact.php:219
/modules/ets_contactform7/ets_contactform7.php:1277<br>/modules/ets_contactform7/ets_contactform7.php:1231<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:522<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=807 |
243
ms
|
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
242
ms
|
7 |
|
|
/classes/ImageType.php:147
/classes/ImageType.php:204<br>/modules/creativeelements/includes/base/widget-product-base.php:39<br>/modules/creativeelements/includes/managers/widgets.php:119<br>/modules/creativeelements/includes/managers/widgets.php:216<br>/modules/creativeelements/includes/elements/column.php:1156<br>/modules/creativeelements/includes/base/element-base.php:970<br>/modules/creativeelements/includes/base/element-base.php:471<br>/modules/creativeelements/includes/base/element-base.php:1016<br>/modules/creativeelements/includes/base/element-base.php:429<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:121<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:122<br>/modules/creativeelements/core/files/css/post.php:332<br>/modules/creativeelements/core/files/css/post.php:203<br>/modules/creativeelements/core/files/css/base.php:562<br>/modules/creativeelements/core/files/base.php:144<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:78<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/core/dynamic-tags/manager.php:450<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/core/files/css/base.php:236<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_categorytree"
AND ms.`id_shop` IN (1) LIMIT 1 |
241
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:174
/src/Core/Addon/Module/ModuleManager.php:580<br>/controllers/front/ProductController.php:240<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 1 LIMIT 1 |
241
ms
|
9 |
|
|
/modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
/modules/posmegamenu/posmegamenu.php:1252<br>/modules/posmegamenu/posmegamenu.php:761<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 807) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
241
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7767<br>/classes/Product.php:747<br>/controllers/front/ProductController.php:115<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 746 LIMIT 1 |
239
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/classes/controller/FrontController.php:598<br>/controllers/front/ProductController.php:417<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_posmegamenu_submenu_item psi
LEFT JOIN ps_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 16 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
237
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:604
/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:832<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE date_upd FROM `ps_configuration` WHERE name='pagecache_default_context_key' AND date_upd >= (NOW() - INTERVAL 1 DAY) |
236
ms
|
1 |
|
|
/modules/jprestaspeedpack/classes/JprestaUtils.php:693
/modules/jprestaspeedpack/classes/JprestaUtils.php:856<br>/modules/jprestaspeedpack/jprestaspeedpack.php:223<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2142<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1309<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:40
|
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_posmegamenu_submenu_column sc
LEFT JOIN ps_posmegamenu_submenu_column_lang scl ON (sc.id_posmegamenu_submenu_column = scl.id_posmegamenu_submenu_column)
WHERE sc.id_row = 2 AND scl.`id_lang` = 1 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_posmegamenu_submenu_column ASC |
235
ms
|
17 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:585
/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:832<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_ce_template` a
WHERE (a.`id_ce_template` = 2) LIMIT 1 |
235
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/creativeelements/creativeelements.php:744<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 1010000 AND name = '_elementor_version' LIMIT 1 |
233
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:926<br>/modules/creativeelements/core/base/document.php:223<br>/modules/creativeelements/core/base/document.php:723<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/d0/d4/bb/d0d4bb260dc15cd0f69bfa58e00a24e0935726f3_2.file.footer.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/59/b2/3f/59b23fe9d002bae09fa6c37551df98502180353c_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:540<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 5 LIMIT 1 |
233
ms
|
9 |
|
|
/modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
/modules/posmegamenu/posmegamenu.php:1252<br>/modules/posmegamenu/posmegamenu.php:761<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 4 LIMIT 1 |
233
ms
|
9 |
|
|
/modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
/modules/posmegamenu/posmegamenu.php:1252<br>/modules/posmegamenu/posmegamenu.php:761<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 1010000 AND name = '_elementor_data' LIMIT 1 |
232
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586<br>/modules/creativeelements/core/base/document.php:644<br>/modules/creativeelements/includes/db.php:191<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:68<br>/modules/creativeelements/core/files/css/post.php:193<br>/modules/creativeelements/core/files/css/base.php:562<br>/modules/creativeelements/core/files/base.php:144<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:78<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/core/dynamic-tags/manager.php:450<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/core/files/css/base.php:236<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/d0/d4/bb/d0d4bb260dc15cd0f69bfa58e00a24e0935726f3_2.file.footer.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/59/b2/3f/59b23fe9d002bae09fa6c37551df98502180353c_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:540<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) AND (b.`id_shop` = 1) LIMIT 1 |
232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/posmegamenu/posmegamenu.php:881<br>/modules/posmegamenu/posmegamenu.php:596<br>/modules/posmegamenu/posmegamenu.php:733<br>/modules/posmegamenu/posmegamenu.php:784<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 2 LIMIT 1 |
232
ms
|
9 |
|
|
/modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
/modules/posmegamenu/posmegamenu.php:1252<br>/modules/posmegamenu/posmegamenu.php:761<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 807 LIMIT 1 |
232
ms
|
1 |
|
|
/classes/Pack.php:89
/controllers/front/ProductController.php:255<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 1010000 AND name = '_elementor_css' LIMIT 1 |
232
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:137<br>/modules/creativeelements/core/files/base.php:225<br>/modules/creativeelements/core/files/css/base.php:194<br>/modules/creativeelements/core/files/css/post.php:225<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/d0/d4/bb/d0d4bb260dc15cd0f69bfa58e00a24e0935726f3_2.file.footer.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/59/b2/3f/59b23fe9d002bae09fa6c37551df98502180353c_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:540<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10) AND (b.`id_shop` = 1) LIMIT 1 |
231
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/modules/possearchproducts/possearchproducts.php:197<br>/modules/possearchproducts/possearchproducts.php:212<br>/modules/possearchproducts/possearchproducts.php:179<br>/modules/possearchproducts/possearchproducts.php:190<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:804<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 1010000 AND name = '_elementor_edit_mode' LIMIT 1 |
231
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:418<br>/modules/creativeelements/core/files/css/post.php:221<br>/modules/creativeelements/includes/frontend.php:807<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/d0/d4/bb/d0d4bb260dc15cd0f69bfa58e00a24e0935726f3_2.file.footer.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/59/b2/3f/59b23fe9d002bae09fa6c37551df98502180353c_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:540<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1 |
231
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:565<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:40
|
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 3 LIMIT 1 |
230
ms
|
9 |
|
|
/modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
/modules/posmegamenu/posmegamenu.php:1252<br>/modules/posmegamenu/posmegamenu.php:761<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:526<br>/modules/creativeelements/includes/base/widget-base.php:670<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/includes/base/element-base.php:926<br>/modules/creativeelements/includes/base/element-base.php:679<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/core/base/document.php:724<br>/modules/creativeelements/includes/frontend.php:821<br>/modules/creativeelements/includes/frontend.php:735<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:749<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/29/f8/1d/29f81d1b2f72de1568c9988ef198486868b69125_2.file.header.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/68/ca/9a/68ca9a1bec681cb26907cbd98ae438dc4aba0f9a_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/3a/49/75/3a497544ef47983a13e508ed83228bd08cff1bab_2.file.layout-both-columns.tpl.php:101<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/91/ca/e2/91cae2a6b62479b5e8ffe6da58fd8db31e6c8093_2.file.layout-full-width.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/99/db/68/99db684d53f4ba8281f538ca400a59e162643ddc_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/ccrk_childlayouts_layout_full_width_tpl/88/b7/47/88b7471378487ce157aefe7eea89e9676d8a6025_2.file.product.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_c |