SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=53 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=4)) GROUP BY pac.id_attribute |
8808
ms
|
75000 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:772<br>/modules/ps_facetedsearch/src/Filters/Block.php:633<br>/modules/ps_facetedsearch/src/Filters/Block.php:146<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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`) |
5374
ms
|
1548 |
|
|
/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:27
|
(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` = 2)
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_%") |
4126
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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (80, 83, 90, 91, 114))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=53 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2))) AND ((pac_1.id_attribute IN (80, 83, 90, 91, 114))) |
4023
ms
|
120000 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:772<br>/modules/ps_facetedsearch/src/Adapter/MySQL.php:750<br>/modules/ps_facetedsearch/src/Filters/Block.php:476<br>/modules/ps_facetedsearch/src/Filters/Block.php:139<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` |
3962
ms
|
1176 |
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:28
|
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (80, 83, 90, 91, 114))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=53 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=2)) AND ((pac_1.id_attribute IN (80, 83, 90, 91, 114))) GROUP BY pac.id_attribute |
3759
ms
|
60000 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:772<br>/modules/ps_facetedsearch/src/Filters/Block.php:633<br>/modules/ps_facetedsearch/src/Filters/Block.php:146<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (80, 83, 90, 91, 114))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=53 GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (80, 83, 90, 91, 114))) AND cg.id_group='1' AND c.level_depth<=2 AND c.nleft>2 AND c.nright<53 GROUP BY cp.id_category |
3679
ms
|
30000 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:772<br>/modules/ps_facetedsearch/src/Filters/Block.php:888<br>/modules/ps_facetedsearch/src/Filters/Block.php:154<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (80, 83, 90, 91, 114))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=53 GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC LIMIT 50, 50 |
3554
ms
|
3000 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Filters/Products.php:90<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:172<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (80, 83, 90, 91, 114))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=53 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature=2)) AND ((pac_1.id_attribute IN (80, 83, 90, 91, 114))) GROUP BY fp.id_feature_value |
3459
ms
|
30000 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:772<br>/modules/ps_facetedsearch/src/Filters/Block.php:751<br>/modules/ps_facetedsearch/src/Filters/Block.php:150<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM ps_product p INNER JOIN ps_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 8) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (80, 83, 90, 91, 114))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=53 |
3228
ms
|
1500 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:58<br>/modules/ps_facetedsearch/src/Filters/Block.php:246<br>/modules/ps_facetedsearch/src/Filters/Block.php:130<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
REPLACE INTO ps_layered_filter_block (hash, data) VALUES ("f9a9077c25466673ee0c854a4c743d3d", "a:1:{s:7:\"filters\";a:8:{i:0;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:10:\"Categories\";s:6:\"values\";a:2:{i:14;a:2:{s:4:\"name\";s:22:\"Batteries et chargeurs\";s:3:\"nbr\";s:1:\"1\";}i:46;a:2:{s:4:\"name\";s:23:\"Leds et spots sur tiges\";s:3:\"nbr\";s:1:\"3\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"2\";s:6:\"values\";a:1:{i:13643;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:2:\"1W\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:9:\"Puissance\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:2;a:7:{s:9:\"type_lite\";s:12:\"availability\";s:4:\"type\";s:12:\"availability\";s:6:\"id_key\";i:0;s:4:\"name\";s:12:\"Availability\";s:6:\"values\";a:3:{i:0;a:2:{s:4:\"name\";s:13:\"Not available\";s:3:\"nbr\";i:2;}i:1;a:2:{s:4:\"name\";s:9:\"Available\";s:3:\"nbr\";i:6;}i:2;a:2:{s:4:\"name\";s:8:\"In stock\";s:3:\"nbr\";i:6;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:3;a:0:{}i:4;a:7:{s:9:\"type_lite\";s:9:\"condition\";s:4:\"type\";s:9:\"condition\";s:6:\"id_key\";i:0;s:4:\"name\";s:9:\"Condition\";s:6:\"values\";a:3:{s:3:\"new\";a:2:{s:4:\"name\";s:3:\"New\";s:3:\"nbr\";s:1:\"7\";}s:4:\"used\";a:2:{s:4:\"name\";s:4:\"Used\";s:3:\"nbr\";i:0;}s:11:\"refurbished\";a:2:{s:4:\"name\";s:11:\"Refurbished\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:5;a:12:{s:9:\"type_lite\";s:6:\"weight\";s:4:\"type\";s:6:\"weight\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"Weight\";s:3:\"max\";d:0.2;s:3:\"min\";d:0.04;s:4:\"unit\";s:2:\"kg\";s:14:\"specifications\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:5:\"value\";N;s:3:\"nbr\";i:7;}i:6;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Price\";s:3:\"max\";d:39;s:3:\"min\";d:6;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\".\";i:1;s:1:\",\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\".\";i:1;s:1:\",\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:10:\"¤#,##0.00\";s:15:\"negativePattern\";s:11:\"-¤#,##0.00\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:7;s:5:\"value\";N;}i:7;a:10:{s:9:\"type_lite\";s:18:\"id_attribute_group\";s:4:\"type\";s:18:\"id_attribute_group\";s:6:\"id_key\";s:1:\"4\";s:4:\"name\";s:6:\"Colour\";s:14:\"is_color_group\";b:0;s:6:\"values\";a:11:{i:67;a:4:{s:4:\"name\";s:17:\"blanc froid 6000K\";s:3:\"nbr\";s:1:\"5\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:68;a:4:{s:4:\"name\";s:17:\"Blanc chaud 3000K\";s:3:\"nbr\";s:1:\"5\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:69;a:4:{s:4:\"name\";s:19:\"Blanc naturel 4000K\";s:3:\"nbr\";s:1:\"5\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:80;a:5:{s:4:\"name\";s:4:\"Blue\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:81;a:4:{s:4:\"name\";s:5:\"Black\";s:3:\"nbr\";s:1:\"9\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:83;a:5:{s:4:\"name\";s:6:\"Orange\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:88;a:4:{s:4:\"name\";s:6:\"Dorée\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:90;a:5:{s:4:\"name\";s:3:\"Red\";s:3:\"nbr\";s:1:\"3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:91;a:5:{s:4:\"name\";s:6:\"Argent\";s:3:\"nbr\";s:1:\"3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:114;a:5:{s:4:\"name\";s:4:\"Pink\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:286;a:4:{s:4:\"name\";s:5:\"Vert \";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}}}") |
3201
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:207
/modules/ps_facetedsearch/src/Product/SearchProvider.php:202<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (80, 83, 90, 91, 114))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=53 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (80, 83, 90, 91, 114))) |
3171
ms
|
30000 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:772<br>/modules/ps_facetedsearch/src/Adapter/MySQL.php:750<br>/modules/ps_facetedsearch/src/Filters/Products.php:94<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:172<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (80, 83, 90, 91, 114))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=53 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((sa.quantity>0)) AND ((pac_1.id_attribute IN (80, 83, 90, 91, 114))) |
3085
ms
|
60000 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:772<br>/modules/ps_facetedsearch/src/Adapter/MySQL.php:750<br>/modules/ps_facetedsearch/src/Filters/Block.php:501<br>/modules/ps_facetedsearch/src/Filters/Block.php:139<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (80, 83, 90, 91, 114))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=53 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (80, 83, 90, 91, 114))) |
3016
ms
|
60000 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:772<br>/modules/ps_facetedsearch/src/Adapter/MySQL.php:750<br>/modules/ps_facetedsearch/src/Filters/Block.php:490<br>/modules/ps_facetedsearch/src/Filters/Block.php:139<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.condition, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (80, 83, 90, 91, 114))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=53 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (80, 83, 90, 91, 114))) GROUP BY p.condition |
2982
ms
|
30000 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:772<br>/modules/ps_facetedsearch/src/Filters/Block.php:390<br>/modules/ps_facetedsearch/src/Filters/Block.php:136<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 2 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 |
2726
ms
|
27 |
Yes
|
Yes
|
/classes/Category.php:919
/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE MIN(p.weight) as min, MAX(p.weight) as max FROM ps_product p INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (80, 83, 90, 91, 114))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=53 |
2687
ms
|
1500 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:737<br>/modules/ps_facetedsearch/src/Filters/Block.php:335<br>/modules/ps_facetedsearch/src/Filters/Block.php:133<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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) |
2596
ms
|
2 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:27
|
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 |
2403
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>/classes/controller/FrontController.php:443<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 2
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 |
2276
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/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (80, 83, 90, 91, 114))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=53 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=3)) AND ((pac_1.id_attribute IN (80, 83, 90, 91, 114))) GROUP BY pac.id_attribute |
1749
ms
|
60000 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:772<br>/modules/ps_facetedsearch/src/Filters/Block.php:633<br>/modules/ps_facetedsearch/src/Filters/Block.php:146<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
1640
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<br>/classes/Dispatcher.php:364<br>/index.php:28
|
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
1433
ms
|
885 |
|
|
/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:28
|
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (80, 83, 90, 91, 114))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=53 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=1)) AND ((pac_1.id_attribute IN (80, 83, 90, 91, 114))) GROUP BY pac.id_attribute |
1375
ms
|
60000 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:772<br>/modules/ps_facetedsearch/src/Filters/Block.php:633<br>/modules/ps_facetedsearch/src/Filters/Block.php:146<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (80, 83, 90, 91, 114))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=53 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature=1)) AND ((pac_1.id_attribute IN (80, 83, 90, 91, 114))) GROUP BY fp.id_feature_value |
1306
ms
|
30000 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:772<br>/modules/ps_facetedsearch/src/Filters/Block.php:751<br>/modules/ps_facetedsearch/src/Filters/Block.php:150<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
1300
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/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>/classes/controller/FrontController.php:443<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 |
1149
ms
|
100 |
Yes
|
|
/classes/Dispatcher.php:650
/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
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 |
1146
ms
|
98 |
|
|
/classes/module/Module.php:340
/modules/ps_mbo/ps_mbo.php:179<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:28
|
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 |
1135
ms
|
98 |
|
|
/classes/module/Module.php:340
/modules/blockreassurance/blockreassurance.php:97<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:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/index.php:28
|
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2025-06-10 00:00:00" AND date_to <= "2025-06-10 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2025-06-10 00:00:00" AND date_from <= "2025-06-10 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2025-06-10 00:00:00" AND date_to > "2025-06-10 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
1133
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 4 ORDER BY agl.`name` ASC, a.`position` ASC |
1104
ms
|
24 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:627<br>/modules/ps_facetedsearch/src/Filters/Block.php:146<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 2
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 |
1079
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:25<br>/controllers/front/listing/CategoryController.php:89<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 8 LIMIT 1 |
1067
ms
|
1 |
|
|
/classes/AddressFormat.php:672
/classes/AddressFormat.php:634<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 4 ORDER BY agl.`name` ASC, a.`position` ASC |
1046
ms
|
24 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Converter.php:391<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:155<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
1043
ms
|
885 |
|
|
/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:28
|
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 |
1039
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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.id_smart_blog_post
FROM `ps_smart_blog_post_lang` p
WHERE p.link_rewrite = "" |
989
ms
|
8 |
|
|
/modules/smartblog/smartblog.php:2121
/modules/smartblog/smartblog.php:218<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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 3 ORDER BY agl.`name` ASC, a.`position` ASC |
967
ms
|
0 |
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:627<br>/modules/ps_facetedsearch/src/Filters/Block.php:146<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 = 'klampfrance.com' OR su.domain_ssl = 'klampfrance.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
964
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1350
/classes/shop/Shop.php:341<br>/config/config.inc.php:128<br>/index.php:27
|
(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` = 2)
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_%") |
934
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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2025-06-10 00:00:00" AND date_to <= "2025-06-10 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2025-06-10 00:00:00" AND date_from <= "2025-06-10 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2025-06-10 00:00:00" AND date_to > "2025-06-10 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
894
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 2 ORDER BY agl.`name` ASC, a.`position` ASC |
886
ms
|
6 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:627<br>/modules/ps_facetedsearch/src/Filters/Block.php:146<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 |
876
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:27
|
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `ps_attribute_group` ag INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `ps_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 2) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
848
ms
|
16 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
/modules/ps_facetedsearch/src/Filters/Converter.php:377<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:155<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 |
832
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:27
|
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 2) WHERE v.`id_feature` = 2 ORDER BY vl.`value` ASC |
798
ms
|
18 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:760<br>/modules/ps_facetedsearch/src/Filters/Block.php:150<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
792
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/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
(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` = 2)
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) |
788
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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 |
787
ms
|
98 |
|
|
/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:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 1 ORDER BY agl.`name` ASC, a.`position` ASC |
787
ms
|
0 |
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:627<br>/modules/ps_facetedsearch/src/Filters/Block.php:146<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 2) LIMIT 1 |
782
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:27
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
756
ms
|
1 |
|
|
/classes/ObjectModel.php:1510
/classes/ObjectModel.php:1542<br>/classes/ObjectModel.php:1473<br>/classes/controller/FrontController.php:532<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC |
740
ms
|
24 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
/modules/ps_facetedsearch/src/Filters/Converter.php:352<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:155<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 2 AND nright <= 53
AND c.id_category IN (
SELECT id_category
FROM `ps_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
733
ms
|
27 |
Yes
|
|
/modules/ps_categorytree/ps_categorytree.php:166
/modules/ps_categorytree/ps_categorytree.php:350<br>/modules/ps_categorytree/ps_categorytree.php:330<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/90/ce/b8/90ceb890734c7de8ee6745d41ac013abd170e963_2.file.left_column.tpl.php:225<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/90/ce/b8/90ceb890734c7de8ee6745d41ac013abd170e963_2.file.left_column.tpl.php:250<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE count(id_wishlist_product) FROM ps_poswishlist w, ps_poswishlist_product wp where w.id_wishlist = wp.id_wishlist and w.id_customer=0 LIMIT 1 |
722
ms
|
2 |
|
|
/modules/posquickmenu/posquickmenu.php:383
/modules/posquickmenu/posquickmenu.php:341<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:185<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.nleft, c.position |
721
ms
|
27 |
Yes
|
|
/classes/Category.php:718
/modules/ps_facetedsearch/src/Filters/Block.php:882<br>/modules/ps_facetedsearch/src/Filters/Block.php:154<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 2
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
696
ms
|
27 |
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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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=2 ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC |
688
ms
|
6 |
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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1 |
654
ms
|
1 |
|
|
/classes/Category.php:1730
/controllers/front/listing/CategoryController.php:101<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
653
ms
|
1 |
|
|
/classes/shop/Shop.php:1171
/classes/Currency.php:968<br>/classes/Currency.php:890<br>/src/Adapter/Currency/CurrencyDataProvider.php:92<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/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
653
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:165<br>/controllers/front/listing/CategoryController.php:234<br>/controllers/front/listing/CategoryController.php:216<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
(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` = 2)
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_%") |
651
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:383<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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 |
650
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:27
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
644
ms
|
0 |
|
|
/classes/module/Module.php:2328
/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/controllers/front/listing/CategoryController.php:267<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 |
638
ms
|
2 |
|
|
/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:28
|
(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` = 2)
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_%") |
628
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:383<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-gb'
OR `language_code` = 'en-gb' LIMIT 1 |
621
ms
|
2 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<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/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
619
ms
|
88 |
|
|
/classes/Hook.php:301
/classes/Hook.php:332<br>/classes/Hook.php:742<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
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` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) AND (b.`id_shop` = 1) LIMIT 1 |
614
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:25<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) AND (b.`id_shop` = 1) LIMIT 1 |
590
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:25<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-gb'
OR `language_code` = 'en-gb' LIMIT 1 |
588
ms
|
2 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<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/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
581
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:27
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
557
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Group.php:400<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_posquickmenu` pr
LEFT JOIN ps_posquickmenu_lang prl ON (pr.id_quickmenu = prl.id_quickmenu)
WHERE prl.id_lang = "2"
AND prl.id_shop = "1"
AND pr.status = 1
ORDER BY pr.position |
553
ms
|
3 |
Yes
|
|
/modules/posquickmenu/classes/QuickmenuActivity.php:230
/modules/posquickmenu/posquickmenu.php:367<br>/modules/posquickmenu/posquickmenu.php:341<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:185<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
542
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:557<br>/config/config.inc.php:182<br>/index.php:27
|
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` = 2
AND c.`active` = 1
ORDER BY `position` |
539
ms
|
15 |
Yes
|
|
/modules/posthemeoptions/elementor/src/WidgetHelper.php:835
/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:110<br>/modules/creativeelements/includes/base/controls-stack.php:468<br>/modules/creativeelements/includes/base/controls-stack.php:72<br>/modules/creativeelements/includes/base/controls-stack.php:437<br>/modules/creativeelements/includes/base/controls-stack.php:477<br>/modules/creativeelements/includes/base/controls-stack.php:483<br>/modules/creativeelements/includes/base/element-base.php:460<br>/modules/creativeelements/includes/base/widget-base.php:58<br>/modules/posthemeoptions/elementor/src/WidgetHelper.php:53<br>/modules/creativeelements/includes/managers/elements.php:56<br>/modules/creativeelements/includes/base/element-base.php:193<br>/modules/creativeelements/includes/base/element-base.php:454<br>/modules/creativeelements/includes/base/element-base.php:156<br>/modules/creativeelements/includes/elements/column.php:535<br>/modules/creativeelements/includes/base/element-base.php:265<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3e/11/71/3e117110e5ac6e6d4e5da154213da72c58af2a5b_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:525<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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 |
538
ms
|
1 |
|
|
/classes/Currency.php:1126
/classes/Currency.php:1143<br>/classes/module/Module.php:2423<br>/modules/posquickmenu/posquickmenu.php:340<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:185<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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 |
538
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:25<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/classes/Link.php:1231<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posquickmenu" LIMIT 1 |
533
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/posthemeoptions/posthemeoptions.php:810<br>/modules/posthemeoptions/posthemeoptions.php:688<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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 51 AND nright <= 52
ORDER BY `level_depth` ASC, cs.`position` ASC |
528
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<br>/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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 2)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
522
ms
|
2 |
Yes
|
|
/classes/Manufacturer.php:207
/modules/ps_facetedsearch/src/Filters/Block.php:548<br>/modules/ps_facetedsearch/src/Filters/Block.php:142<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 3 AND nright <= 4
ORDER BY `level_depth` ASC, cs.`position` ASC |
521
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<br>/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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
518
ms
|
12 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:61
/modules/ps_facetedsearch/src/Filters/Converter.php:258<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:155<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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=2 ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC |
513
ms
|
6 |
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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
513
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/posmegamenu/posmegamenu.php:922<br>/modules/posmegamenu/posmegamenu.php:826<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) AND (b.`id_shop` = 1) LIMIT 1 |
511
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:25<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 2
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 |
510
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Link.php:560<br>/modules/pscookiebanner/pscookiebanner.php:425<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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE count(id_wishlist_product) FROM ps_poswishlist w, ps_poswishlist_product wp where w.id_wishlist = wp.id_wishlist and w.id_customer=0 LIMIT 1 |
505
ms
|
2 |
|
|
/modules/poswishlist/poswishlist.php:222
/modules/posthemeoptions/elementor/widgets/PosHeaderWishlistWidget.php:384<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 44) AND (b.`id_shop` = 1) LIMIT 1 |
504
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:25<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2040201 AND name = '_elementor_edit_mode' LIMIT 1 |
503
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:200<br>/modules/creativeelements/includes/frontend.php:376<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:442<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>/controllers/front/listing/CategoryController.php:165<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:28
|
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` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 68) AND (b.`id_shop` = 1) LIMIT 1 |
494
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:25<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 = 1 AND psil.id_lang = 2 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
493
ms
|
18 |
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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 51 AND nright <= 52
ORDER BY `level_depth` ASC, cs.`position` ASC |
483
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
482
ms
|
7 |
|
|
/classes/ImageType.php:147
/classes/ImageType.php:204<br>/modules/posthemeoptions/elementor/src/WidgetHelper.php:42<br>/modules/posthemeoptions/posthemeoptions.php:728<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:225<br>/modules/creativeelements/includes/managers/widgets.php:87<br>/modules/creativeelements/includes/managers/widgets.php:121<br>/modules/creativeelements/includes/elements/column.php:581<br>/modules/creativeelements/includes/base/element-base.php:429<br>/modules/creativeelements/includes/base/element-base.php:187<br>/modules/creativeelements/includes/base/element-base.php:454<br>/modules/creativeelements/includes/base/element-base.php:156<br>/modules/creativeelements/includes/elements/column.php:535<br>/modules/creativeelements/includes/base/element-base.php:265<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 25 AND nright <= 36
ORDER BY `level_depth` ASC, cs.`position` ASC |
482
ms
|
27 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) AND (b.`id_shop` = 1) LIMIT 1 |
481
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:25<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1 |
479
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:25<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 41) AND (b.`id_shop` = 1) LIMIT 1 |
479
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:25<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1 |
476
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:25<br>/modules/ps_facetedsearch/src/Product/Search.php:324<br>/modules/ps_facetedsearch/src/Product/Search.php:128<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:165<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 |
474
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:701<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
471
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:28
|
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` = 2
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 |
467
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:25<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 2
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
459
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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3e/11/71/3e117110e5ac6e6d4e5da154213da72c58af2a5b_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:525<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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 = 2 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
458
ms
|
18 |
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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 17 AND nright <= 18
ORDER BY `level_depth` ASC, cs.`position` ASC |
458
ms
|
8 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<br>/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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 3 AND nright <= 4
ORDER BY `level_depth` ASC, cs.`position` ASC |
455
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "possearchproducts" LIMIT 1 |
454
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:973<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
452
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/posmegamenu/posmegamenu.php:922<br>/modules/posmegamenu/posmegamenu.php:596<br>/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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
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 |
452
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:25<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE count(id_wishlist_product) FROM ps_poswishlist w, ps_poswishlist_product wp where w.id_wishlist = wp.id_wishlist and w.id_customer=0 LIMIT 1 |
446
ms
|
2 |
|
|
/modules/poswishlist/poswishlist.php:222
/modules/poswishlist/poswishlist.php:235<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/dev/smarty/compile/74/b7/4f/74b74fa4a51572c3defb365d0f31a9fa6578bbc5_2.file.menu-mobile.tpl.php:60<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:594<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
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 |
443
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:25<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 25 AND nright <= 36
ORDER BY `level_depth` ASC, cs.`position` ASC |
442
ms
|
27 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<br>/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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 65) AND (b.`id_shop` = 1) LIMIT 1 |
442
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:25<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 2
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 |
441
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:25<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 = 2 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
441
ms
|
18 |
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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
440
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<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/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
440
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/controllers/front/listing/CategoryController.php:267<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 = 1 AND psil.id_lang = 2 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
437
ms
|
18 |
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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 46) AND (b.`id_shop` = 1) LIMIT 1 |
436
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:25<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) AND (b.`id_shop` = 1) LIMIT 1 |
434
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:25<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
426
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:27
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
423
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Tools.php:708<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
422
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/posthemeoptions/elementor/src/WidgetHelper.php:847<br>/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120<br>/modules/creativeelements/includes/base/controls-stack.php:468<br>/modules/creativeelements/includes/base/controls-stack.php:72<br>/modules/creativeelements/includes/base/controls-stack.php:437<br>/modules/creativeelements/includes/base/controls-stack.php:477<br>/modules/creativeelements/includes/base/controls-stack.php:483<br>/modules/creativeelements/includes/base/element-base.php:460<br>/modules/creativeelements/includes/base/widget-base.php:58<br>/modules/posthemeoptions/elementor/src/WidgetHelper.php:53<br>/modules/creativeelements/includes/managers/elements.php:56<br>/modules/creativeelements/includes/base/element-base.php:193<br>/modules/creativeelements/includes/base/element-base.php:454<br>/modules/creativeelements/includes/base/element-base.php:156<br>/modules/creativeelements/includes/elements/column.php:535<br>/modules/creativeelements/includes/base/element-base.php:265<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3e/11/71/3e117110e5ac6e6d4e5da154213da72c58af2a5b_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:525<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posmegamenu" LIMIT 1 |
422
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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` > 53) AND (a1.`id_lang` = 2)
ORDER BY a0.`nleft` asc |
421
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/controllers/front/listing/CategoryController.php:241<br>/classes/controller/FrontController.php:1736<br>/classes/controller/FrontController.php:533<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 = 2 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
418
ms
|
18 |
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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.id_posmegamenu_item = 5 AND ps.`active` = 1 LIMIT 1 |
417
ms
|
6 |
|
|
/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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
415
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:701<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
415
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/posmegamenu/posmegamenu.php:922<br>/modules/posmegamenu/posmegamenu.php:778<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:567<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
414
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/posmegamenu/posmegamenu.php:922<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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
412
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/posmegamenu/posmegamenu.php:922<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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE * FROM ps_smart_blog_comment bc INNER JOIN
ps_smart_blog_post_shop bps ON bc.id_post=bps.id_smart_blog_post and bps.id_shop = 1
WHERE bc.active= 1 ORDER BY bc.id_smart_blog_comment DESC limit 0, 2 |
410
ms
|
1 |
|
|
/modules/smartblog/classes/Blogcomment.php:137
/modules/smartbloglatestcomments/smartbloglatestcomments.php:68<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/90/ce/b8/90ceb890734c7de8ee6745d41ac013abd170e963_2.file.left_column.tpl.php:225<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/90/ce/b8/90ceb890734c7de8ee6745d41ac013abd170e963_2.file.left_column.tpl.php:250<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.id_posmegamenu_item = 2 AND ps.`active` = 1 LIMIT 1 |
407
ms
|
6 |
|
|
/modules/posmegamenu/posmegamenu.php:477
/modules/posmegamenu/posmegamenu.php:728<br>/modules/posmegamenu/posmegamenu.php:832<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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 = 1 AND scl.`id_lang` = 2 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_posmegamenu_submenu_column ASC |
406
ms
|
3 |
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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_ce_template` a
WHERE (a.`id_ce_template` = 4) LIMIT 1 |
406
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/creativeelements/creativeelements.php:603<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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 = 1 AND scl.`id_lang` = 2 AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_posmegamenu_submenu_column ASC |
405
ms
|
3 |
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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 17 AND nright <= 18
ORDER BY `level_depth` ASC, cs.`position` ASC |
405
ms
|
8 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 21 AND nright <= 22
ORDER BY `level_depth` ASC, cs.`position` ASC |
402
ms
|
27 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<br>/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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1 |
399
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:25<br>/modules/ps_facetedsearch/src/Product/Search.php:324<br>/modules/ps_facetedsearch/src/Product/Search.php:128<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:165<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 21 AND nright <= 22
ORDER BY `level_depth` ASC, cs.`position` ASC |
397
ms
|
27 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1 |
396
ms
|
1 |
|
|
/classes/Country.php:274
/src/Core/Addon/Module/ModuleManagerBuilder.php:260<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:181<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:92<br>/classes/Link.php:997<br>/src/Adapter/Image/ImageRetriever.php:289<br>/classes/controller/FrontController.php:1536<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
395
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/posmegamenu/posmegamenu.php:922<br>/modules/posmegamenu/posmegamenu.php:596<br>/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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="f9a9077c25466673ee0c854a4c743d3d" LIMIT 1 |
394
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:182
/modules/ps_facetedsearch/src/Product/SearchProvider.php:195<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 746 LIMIT 1 |
393
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 23 AND nright <= 24
ORDER BY `level_depth` ASC, cs.`position` ASC |
384
ms
|
27 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<br>/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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 23 AND nright <= 24
ORDER BY `level_depth` ASC, cs.`position` ASC |
382
ms
|
27 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 4010000 AND name = '_elementor_edit_mode' LIMIT 1 |
382
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:200<br>/modules/creativeelements/includes/frontend.php:376<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 15 AND nright <= 16
ORDER BY `level_depth` ASC, cs.`position` ASC |
381
ms
|
7 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<br>/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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 15 AND nright <= 16
ORDER BY `level_depth` ASC, cs.`position` ASC |
380
ms
|
7 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 13 AND nright <= 14
ORDER BY `level_depth` ASC, cs.`position` ASC |
380
ms
|
6 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_ce_template` a
WHERE (a.`id_ce_template` = 6) LIMIT 1 |
379
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/creativeelements/creativeelements.php:603<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3e/11/71/3e117110e5ac6e6d4e5da154213da72c58af2a5b_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:525<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 94 AND `id_shop` = 1 LIMIT 1 |
377
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/posthemeoptions/posthemeoptions.php:810<br>/modules/posthemeoptions/posthemeoptions.php:688<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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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 = 2 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC |
375
ms
|
18 |
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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "poswishlist" LIMIT 1 |
374
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/posquickmenu/posquickmenu.php:358<br>/modules/posquickmenu/posquickmenu.php:341<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:185<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 19 AND nright <= 20
ORDER BY `level_depth` ASC, cs.`position` ASC |
372
ms
|
27 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 5 AND nright <= 6
ORDER BY `level_depth` ASC, cs.`position` ASC |
371
ms
|
2 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<br>/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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 11 AND nright <= 12
ORDER BY `level_depth` ASC, cs.`position` ASC |
370
ms
|
5 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 7 AND nright <= 8
ORDER BY `level_depth` ASC, cs.`position` ASC |
370
ms
|
3 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<br>/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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 19 AND nright <= 20
ORDER BY `level_depth` ASC, cs.`position` ASC |
370
ms
|
27 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<br>/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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posvegamenu" LIMIT 1 |
367
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:584<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'gb' LIMIT 1 |
367
ms
|
2 |
|
|
/classes/Language.php:824
/classes/Tools.php:644<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 5 AND sr.`active` = 1 ORDER BY sr.position ASC |
362
ms
|
1 |
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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1 |
362
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:227<br>/index.php:27
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 91 AND `id_shop` = 1 LIMIT 1 |
361
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:565<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
360
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/90/ce/b8/90ceb890734c7de8ee6745d41ac013abd170e963_2.file.left_column.tpl.php:225<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/90/ce/b8/90ceb890734c7de8ee6745d41ac013abd170e963_2.file.left_column.tpl.php:250<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
AND c.`id_parent` = 16
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
360
ms
|
5 |
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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
356
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:283<br>/classes/controller/FrontController.php:1536<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 9 AND nright <= 10
ORDER BY `level_depth` ASC, cs.`position` ASC |
356
ms
|
4 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<br>/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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8 |
356
ms
|
2 |
|
|
/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 13 AND nright <= 14
ORDER BY `level_depth` ASC, cs.`position` ASC |
356
ms
|
6 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<br>/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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
AND c.`id_parent` = 49
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
354
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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1 |
353
ms
|
1 |
|
|
/classes/Country.php:401
/classes/AddressFormat.php:638<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` = 2
AND c.`id_parent` = 44
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
353
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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.id_posmegamenu_item = 5 AND ps.`active` = 1 LIMIT 1 |
353
ms
|
6 |
|
|
/modules/posmegamenu/posmegamenu.php:477
/modules/posmegamenu/posmegamenu.php:728<br>/modules/posmegamenu/posmegamenu.php:832<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 85 AND `id_shop` = 1 LIMIT 1 |
352
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php:973<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
AND c.`id_parent` = 41
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
352
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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 5 AND nright <= 6
ORDER BY `level_depth` ASC, cs.`position` ASC |
350
ms
|
2 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 11 AND nright <= 12
ORDER BY `level_depth` ASC, cs.`position` ASC |
349
ms
|
5 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<br>/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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 9 AND nright <= 10
ORDER BY `level_depth` ASC, cs.`position` ASC |
345
ms
|
4 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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=2 ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC |
345
ms
|
6 |
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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6010000 AND name = '_elementor_data' LIMIT 1 |
345
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:120<br>/modules/creativeelements/includes/frontend.php:381<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3e/11/71/3e117110e5ac6e6d4e5da154213da72c58af2a5b_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:525<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posfakeorder" LIMIT 1 |
344
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:574<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 4010000 AND name = '_elementor_data' LIMIT 1 |
344
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:120<br>/modules/creativeelements/includes/db.php:350<br>/modules/creativeelements/includes/css-file/post-css-file.php:94<br>/modules/creativeelements/includes/frontend.php:390<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft >= 7 AND nright <= 8
ORDER BY `level_depth` ASC, cs.`position` ASC |
341
ms
|
3 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:1026
/modules/posmegamenu/posmegamenu.php:615<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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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 |
340
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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC |
339
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:489
/modules/posmegamenu/posmegamenu.php:729<br>/modules/posmegamenu/posmegamenu.php:832<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 81 AND `id_shop` = 1 LIMIT 1 |
337
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/posquickmenu/posquickmenu.php:358<br>/modules/posquickmenu/posquickmenu.php:341<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:185<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6010000 AND name = '_elementor_edit_mode' LIMIT 1 |
336
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:200<br>/modules/creativeelements/includes/frontend.php:376<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3e/11/71/3e117110e5ac6e6d4e5da154213da72c58af2a5b_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:525<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 867 LIMIT 1 |
334
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/90/ce/b8/90ceb890734c7de8ee6745d41ac013abd170e963_2.file.left_column.tpl.php:225<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/90/ce/b8/90ceb890734c7de8ee6745d41ac013abd170e963_2.file.left_column.tpl.php:250<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "smartblog" LIMIT 1 |
333
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/smartbloglatestcomments/smartbloglatestcomments.php:53<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/90/ce/b8/90ceb890734c7de8ee6745d41ac013abd170e963_2.file.left_column.tpl.php:225<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/90/ce/b8/90ceb890734c7de8ee6745d41ac013abd170e963_2.file.left_column.tpl.php:250<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6010000 AND name = '_elementor_css' LIMIT 1 |
333
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/css-file/post-css-file.php:60<br>/modules/creativeelements/includes/css-file/css-file.php:247<br>/modules/creativeelements/includes/css-file/css-file.php:100<br>/modules/creativeelements/includes/css-file/post-css-file.php:98<br>/modules/creativeelements/includes/frontend.php:390<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3e/11/71/3e117110e5ac6e6d4e5da154213da72c58af2a5b_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:525<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
AND c.`id_parent` = 68
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
332
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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.id_posmegamenu_item = 2 AND ps.`active` = 1 LIMIT 1 |
331
ms
|
6 |
|
|
/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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 4010000 AND name = '_elementor_data' LIMIT 1 |
328
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:120<br>/modules/creativeelements/includes/frontend.php:381<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 1 LIMIT 1 |
324
ms
|
6 |
|
|
/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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
AND c.`id_parent` = 67
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
323
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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
AND c.`id_parent` = 34
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
322
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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 5 AND sr.`active` = 1 ORDER BY sr.position ASC |
320
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:489
/modules/posmegamenu/posmegamenu.php:729<br>/modules/posmegamenu/posmegamenu.php:832<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) AND (b.`id_shop` = 1) LIMIT 1 |
320
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:25<br>/modules/possearchproducts/possearchproducts.php:197<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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6010000 AND name = '_elementor_data' LIMIT 1 |
320
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:120<br>/modules/creativeelements/includes/db.php:350<br>/modules/creativeelements/includes/css-file/post-css-file.php:94<br>/modules/creativeelements/includes/frontend.php:390<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3e/11/71/3e117110e5ac6e6d4e5da154213da72c58af2a5b_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:525<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1 |
319
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/90/ce/b8/90ceb890734c7de8ee6745d41ac013abd170e963_2.file.left_column.tpl.php:225<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/90/ce/b8/90ceb890734c7de8ee6745d41ac013abd170e963_2.file.left_column.tpl.php:250<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
AND c.`id_parent` = 46
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
318
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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
AND c.`id_parent` = 62
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
317
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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) AND (b.`id_shop` = 1) LIMIT 1 |
313
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:25<br>/modules/possearchproducts/possearchproducts.php:197<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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
AND c.`id_parent` = 65
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
308
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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2040201 AND name = '_wp_page_template' LIMIT 1 |
307
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/page-settings/manager.php:66<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:444<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>/controllers/front/listing/CategoryController.php:165<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:28
|
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` = 2
AND c.`id_parent` = 56
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
307
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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC |
306
ms
|
1 |
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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
AND c.`id_parent` = 64
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
306
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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
AND c.`id_parent` = 47
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
305
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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
AND c.`id_parent` = 59
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
303
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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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 = 2
AND ml.id_shop = 1 LIMIT 1 |
302
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/posthemeoptions/elementor/src/WidgetHelper.php:863<br>/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120<br>/modules/creativeelements/includes/base/controls-stack.php:468<br>/modules/creativeelements/includes/base/controls-stack.php:72<br>/modules/creativeelements/includes/base/controls-stack.php:437<br>/modules/creativeelements/includes/base/controls-stack.php:477<br>/modules/creativeelements/includes/base/controls-stack.php:483<br>/modules/creativeelements/includes/base/element-base.php:460<br>/modules/creativeelements/includes/base/widget-base.php:58<br>/modules/posthemeoptions/elementor/src/WidgetHelper.php:53<br>/modules/creativeelements/includes/managers/elements.php:56<br>/modules/creativeelements/includes/base/element-base.php:193<br>/modules/creativeelements/includes/base/element-base.php:454<br>/modules/creativeelements/includes/base/element-base.php:156<br>/modules/creativeelements/includes/elements/column.php:535<br>/modules/creativeelements/includes/base/element-base.php:265<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3e/11/71/3e117110e5ac6e6d4e5da154213da72c58af2a5b_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:525<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
AND c.`id_parent` = 54
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
302
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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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 = 2
AND ml.id_shop = 1 LIMIT 1 |
302
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/posthemeoptions/elementor/src/WidgetHelper.php:859<br>/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120<br>/modules/creativeelements/includes/base/controls-stack.php:468<br>/modules/creativeelements/includes/base/controls-stack.php:72<br>/modules/creativeelements/includes/base/controls-stack.php:437<br>/modules/creativeelements/includes/base/controls-stack.php:477<br>/modules/creativeelements/includes/base/controls-stack.php:483<br>/modules/creativeelements/includes/base/element-base.php:460<br>/modules/creativeelements/includes/base/widget-base.php:58<br>/modules/posthemeoptions/elementor/src/WidgetHelper.php:53<br>/modules/creativeelements/includes/managers/elements.php:56<br>/modules/creativeelements/includes/base/element-base.php:193<br>/modules/creativeelements/includes/base/element-base.php:454<br>/modules/creativeelements/includes/base/element-base.php:156<br>/modules/creativeelements/includes/elements/column.php:535<br>/modules/creativeelements/includes/base/element-base.php:265<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3e/11/71/3e117110e5ac6e6d4e5da154213da72c58af2a5b_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:525<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
AND c.`id_parent` = 57
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
297
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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 57) AND (b.`id_shop` = 1) LIMIT 1 |
291
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:25<br>/modules/possearchproducts/possearchproducts.php:197<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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC |
289
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:489
/modules/posmegamenu/posmegamenu.php:729<br>/modules/posmegamenu/posmegamenu.php:832<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
AND c.`id_parent` = 14
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
289
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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
AND c.`id_parent` = 63
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
289
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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 92 AND `id_shop` = 1 LIMIT 1 |
289
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:584<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) AND (b.`id_shop` = 1) LIMIT 1 |
289
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:25<br>/modules/possearchproducts/possearchproducts.php:197<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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
287
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<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/dev/smarty/compile/74/b7/4f/74b74fa4a51572c3defb365d0f31a9fa6578bbc5_2.file.menu-mobile.tpl.php:60<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:594<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 5 AND sr.`active` = 1 ORDER BY sr.position ASC |
287
ms
|
1 |
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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
AND c.`id_parent` = 58
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
286
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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
AND c.`id_parent` = 66
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
285
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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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 = 2
AND ml.id_shop = 1 LIMIT 1 |
283
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/posthemeoptions/elementor/src/WidgetHelper.php:871<br>/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120<br>/modules/creativeelements/includes/base/controls-stack.php:468<br>/modules/creativeelements/includes/base/controls-stack.php:72<br>/modules/creativeelements/includes/base/controls-stack.php:437<br>/modules/creativeelements/includes/base/controls-stack.php:477<br>/modules/creativeelements/includes/base/controls-stack.php:483<br>/modules/creativeelements/includes/base/element-base.php:460<br>/modules/creativeelements/includes/base/widget-base.php:58<br>/modules/posthemeoptions/elementor/src/WidgetHelper.php:53<br>/modules/creativeelements/includes/managers/elements.php:56<br>/modules/creativeelements/includes/base/element-base.php:193<br>/modules/creativeelements/includes/base/element-base.php:454<br>/modules/creativeelements/includes/base/element-base.php:156<br>/modules/creativeelements/includes/elements/column.php:535<br>/modules/creativeelements/includes/base/element-base.php:265<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3e/11/71/3e117110e5ac6e6d4e5da154213da72c58af2a5b_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:525<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 3 LIMIT 1 |
281
ms
|
6 |
|
|
/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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6010000 AND name = '_elementor_edit_mode' LIMIT 1 |
280
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:200<br>/modules/creativeelements/includes/db.php:351<br>/modules/creativeelements/includes/css-file/post-css-file.php:94<br>/modules/creativeelements/includes/frontend.php:390<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3e/11/71/3e117110e5ac6e6d4e5da154213da72c58af2a5b_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:525<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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 = 2
AND ml.id_shop = 1 LIMIT 1 |
280
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/posthemeoptions/elementor/src/WidgetHelper.php:867<br>/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120<br>/modules/creativeelements/includes/base/controls-stack.php:468<br>/modules/creativeelements/includes/base/controls-stack.php:72<br>/modules/creativeelements/includes/base/controls-stack.php:437<br>/modules/creativeelements/includes/base/controls-stack.php:477<br>/modules/creativeelements/includes/base/controls-stack.php:483<br>/modules/creativeelements/includes/base/element-base.php:460<br>/modules/creativeelements/includes/base/widget-base.php:58<br>/modules/posthemeoptions/elementor/src/WidgetHelper.php:53<br>/modules/creativeelements/includes/managers/elements.php:56<br>/modules/creativeelements/includes/base/element-base.php:193<br>/modules/creativeelements/includes/base/element-base.php:454<br>/modules/creativeelements/includes/base/element-base.php:156<br>/modules/creativeelements/includes/elements/column.php:535<br>/modules/creativeelements/includes/base/element-base.php:265<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3e/11/71/3e117110e5ac6e6d4e5da154213da72c58af2a5b_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:525<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
279
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<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/dev/smarty/compile/74/b7/4f/74b74fa4a51572c3defb365d0f31a9fa6578bbc5_2.file.menu-mobile.tpl.php:60<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:594<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 4010000 AND name = '_elementor_edit_mode' LIMIT 1 |
277
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/db.php:200<br>/modules/creativeelements/includes/db.php:351<br>/modules/creativeelements/includes/css-file/post-css-file.php:94<br>/modules/creativeelements/includes/frontend.php:390<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC |
277
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:489
/modules/posmegamenu/posmegamenu.php:731<br>/modules/posmegamenu/posmegamenu.php:832<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 4010000 AND name = '_elementor_css' LIMIT 1 |
276
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:261
/modules/creativeelements/includes/css-file/post-css-file.php:60<br>/modules/creativeelements/includes/css-file/css-file.php:247<br>/modules/creativeelements/includes/css-file/css-file.php:100<br>/modules/creativeelements/includes/css-file/post-css-file.php:98<br>/modules/creativeelements/includes/frontend.php:390<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
273
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/posthemeoptions/elementor/src/WidgetHelper.php:851<br>/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120<br>/modules/creativeelements/includes/base/controls-stack.php:468<br>/modules/creativeelements/includes/base/controls-stack.php:72<br>/modules/creativeelements/includes/base/controls-stack.php:437<br>/modules/creativeelements/includes/base/controls-stack.php:477<br>/modules/creativeelements/includes/base/controls-stack.php:483<br>/modules/creativeelements/includes/base/element-base.php:460<br>/modules/creativeelements/includes/base/widget-base.php:58<br>/modules/posthemeoptions/elementor/src/WidgetHelper.php:53<br>/modules/creativeelements/includes/managers/elements.php:56<br>/modules/creativeelements/includes/base/element-base.php:193<br>/modules/creativeelements/includes/base/element-base.php:454<br>/modules/creativeelements/includes/base/element-base.php:156<br>/modules/creativeelements/includes/elements/column.php:535<br>/modules/creativeelements/includes/base/element-base.php:265<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3e/11/71/3e117110e5ac6e6d4e5da154213da72c58af2a5b_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:525<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1 |
271
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<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/dev/smarty/compile/74/b7/4f/74b74fa4a51572c3defb365d0f31a9fa6578bbc5_2.file.menu-mobile.tpl.php:60<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:594<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
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` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 59) AND (b.`id_shop` = 1) LIMIT 1 |
270
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:25<br>/modules/possearchproducts/possearchproducts.php:197<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:987<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 88 AND `id_shop` = 1 LIMIT 1 |
269
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:574<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:147<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "stores"
OR m.page = "stores"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
265
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/posthemeoptions/elementor/src/WidgetHelper.php:855<br>/modules/posthemeoptions/elementor/widgets/PosLinksWidget.php:120<br>/modules/creativeelements/includes/base/controls-stack.php:468<br>/modules/creativeelements/includes/base/controls-stack.php:72<br>/modules/creativeelements/includes/base/controls-stack.php:437<br>/modules/creativeelements/includes/base/controls-stack.php:477<br>/modules/creativeelements/includes/base/controls-stack.php:483<br>/modules/creativeelements/includes/base/element-base.php:460<br>/modules/creativeelements/includes/base/widget-base.php:58<br>/modules/posthemeoptions/elementor/src/WidgetHelper.php:53<br>/modules/creativeelements/includes/managers/elements.php:56<br>/modules/creativeelements/includes/base/element-base.php:193<br>/modules/creativeelements/includes/base/element-base.php:454<br>/modules/creativeelements/includes/base/element-base.php:156<br>/modules/creativeelements/includes/elements/column.php:535<br>/modules/creativeelements/includes/base/element-base.php:265<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3e/11/71/3e117110e5ac6e6d4e5da154213da72c58af2a5b_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:525<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "poscompare" LIMIT 1 |
262
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/posquickmenu/posquickmenu.php:361<br>/modules/posquickmenu/posquickmenu.php:341<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:185<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC |
257
ms
|
1 |
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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1 |
256
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<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/dev/smarty/compile/74/b7/4f/74b74fa4a51572c3defb365d0f31a9fa6578bbc5_2.file.menu-mobile.tpl.php:60<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:594<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 5 AND sr.`active` = 1 ORDER BY sr.position ASC |
250
ms
|
1 |
Yes
|
|
/modules/posmegamenu/posmegamenu.php:489
/modules/posmegamenu/posmegamenu.php:729<br>/modules/posmegamenu/posmegamenu.php:832<br>/modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php:582<br>/modules/creativeelements/includes/base/widget-base.php:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 82 AND `id_shop` = 1 LIMIT 1 |
248
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/posquickmenu/posquickmenu.php:361<br>/modules/posquickmenu/posquickmenu.php:341<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:185<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 2 LIMIT 1 |
239
ms
|
6 |
|
|
/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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC |
237
ms
|
1 |
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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posshoppingcart" LIMIT 1 |
232
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/posquickmenu/posquickmenu.php:364<br>/modules/posquickmenu/posquickmenu.php:341<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:185<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 5 LIMIT 1 |
229
ms
|
6 |
|
|
/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:207<br>/modules/creativeelements/includes/base/widget-base.php:274<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/base/element-base.php:410<br>/modules/creativeelements/includes/base/element-base.php:267<br>/modules/creativeelements/includes/frontend.php:66<br>/modules/creativeelements/includes/frontend.php:407<br>/modules/creativeelements/includes/frontend.php:358<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:274<br>/modules/creativeelements/creativeelements.php:608<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fd/a7/69/fda769dbf2e69ab6dfa52f23644cbcb5b1ef6d08_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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:221<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 95 AND `id_shop` = 1 LIMIT 1 |
223
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/posquickmenu/posquickmenu.php:364<br>/modules/posquickmenu/posquickmenu.php:341<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:185<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/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3a/89/c2/3a89c2d80d62920d4a0ee6fadac800f2d063e396_2.file.layout-both-columns.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/33/0e/fa/330efaea468ea30c4f2fd2c3dbefb4f0590e02ca_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2f/3e/99/2f3e999db6c0d5397e08bd9fd0c3f5fe65cc6758_2.file.product-list.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e6/e6/14/e6e61463e7b7062eaaa6ff6ebf158e4a2beb4440_2.file.category.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<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:28
|