SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product_attribute` FROM `cs_specific_price` WHERE `id_product_attribute` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
837250
ms
|
492271412907 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:353<br>/classes/SpecificPrice.php:533<br>/modules/groupinc/groupinc.php:304<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
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 `cs_feature_value` v LEFT JOIN `cs_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `cs_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 5 ORDER BY vl.`value` ASC |
76317
ms
|
27031 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Converter.php:402<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:166<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `cs_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `cs_hook_alias` ha
INNER JOIN `cs_hook` h ON ha.name = h.name |
26779
ms
|
0 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/modules/groupinc/groupinc.php:321<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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, p.on_sale, p.date_add FROM cs_product p LEFT JOIN cs_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN cs_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN cs_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 cs_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN cs_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN cs_category_product cp ON (p.id_product = cp.id_product) INNER JOIN cs_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN cs_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (731, 735, 780, 767, 726, 734) GROUP BY p.id_product) p INNER JOIN cs_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=5)) GROUP BY fp.id_feature_value |
24196
ms
|
835396 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808<br>/modules/ps_facetedsearch/src/Filters/Block.php:856<br>/modules/ps_facetedsearch/src/Filters/Block.php:155<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:218<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:518<br>/index.php:28
|
(SELECT SQL_NO_CACHE * FROM `cs_cart_rule` cr
LEFT JOIN `cs_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
16440
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:518<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, p.on_sale, p.date_add FROM cs_product p LEFT JOIN cs_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN cs_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN cs_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 cs_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN cs_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN cs_category_product cp ON (p.id_product = cp.id_product) INNER JOIN cs_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN cs_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN cs_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (4465060, 4484742, 4464936, 4468691, 4471470, 4468177, 4477029, 4487813, 4484870, 4467063, 4468929, 4485292, 4464644, 4487846, 4471594, 4484578, 4482433, 4468548, 4471430, 4478108, 4489573, 4487410, 4463535, 4468469, 4471638, 4471554, 4478232, 4475935, 4489642, 4482193, 4474551, 4462410, 4471879, 4467311, 4468181, 4485506, 4469297, 4467925, 4489135, 4473937, 4474803, 4472226, 4472096, 4481812, 4478276, 4462450, 4464568, 4471918, 4467355, 4484994, 4473653, 4478068, 4478517, 4465346, 4470684, 4478396, 4464820, 4480575, 4477322, 4488640, 4478192, 4482561, 4480327, 4481189, 4470648, 4475095, 4487686, 4478556, 4481955, 4471478, 4468185, 4480291, 4481441, 4467027, 4478864, 4478734, 4465584, 4474807, 4473529, 4477549, 4463499, 4468433, 4489267, 4470911, 4485125, 4475059, 4471806, 4465199, 4477246, 4473981, 4483640, 4489577, 4474851, 4464824, 4484502, 4489485, 4472141, 4470608, 4481733, 4471518, 4468225, 4488511, 4483604, 4484754, 4470403, 4476834, 4478444, 4477041, 4481445, 4480167, 4470196, 4466903, 4463587, 4485268, 4474811, 4481489, 4489465, 4478779, 4471730, 4471606, 4477286, 4478156, 4463710, 4472764, 4480619, 4472642, 4070267, 4485046, 4468149, 4471314, 4464828, 4487154, 4472028, 4475192, 4474775, 4463943, 4472356, 4475231, 4478368, 4483888, 4478244, 4465076, 4484758, 4463987, 4483480, 4472396, 4478116, 4475539, 4475409, 4487933, 4479402, 4479280, 4466138, 4481449, 4473493, 4466016, 4467078, 4477952, 4478666, 4483932, 4484802, 4481697, 4478994, 4464868, 4465730, 4479034, 4465770, 4488006, 4473581, 4488311, 4480131, 4466867, 4472482, 4489623, 4475119, 4484762, 4473704, 4472004, 4471490, 4470376, 4489551, 4480219, 4472242, 4462696, 4464792, 4466955, 4468445, 4479120, 4465856, 4475454, 4475071, 4485010, 4480342, 4471861, 4468157, 4481413, 4474783, 4483444, 4487832, 4468281, 4463927, 4488442, 4471494, 4489607, 4474907, 4472610, 4478880, 4471238, 4474951, 4468117, 4487376, 4463515, 4483532, 4468325, 4474743, 4463722, 4475341, 4478499, 4488527, 4462842, 4489339, 4477262, 4468566, 4473997, 4483655, 4489587, 4474867, 4481545, 4487428, 4479248, 4477014, 4465984, 4477876, 4470624, 4467371, 4484726, 4468241, 4468783, 4473961, 4478642, 4465088, 4476978, 4481381, 4478128, 4468605, 4467335, 4471782, 4481589, 4470340, 4468913, 4480635, 4489555, 4481505, 4467090, 4464800, 4489473, 4467598, 4471746, 4481830, 4465136, 4481709, 4474224, 4489632, 4464924, 4482177, 4482047, 4221792, 4467295, 4478420, 4468165, 4485490, 4481421, 4485360, 4475317, 4481869, 4473921, 4484858, 4474791, 4471538, 4489452, 4462536, 4478384, 4484902, 4464003, 4473716, 4478132, 4464968, 4476854, 4475555, 4468715, 4480862, 4484694, 4468493, 4473509, 4462664, 4470216, 4464760, 4485022, 4470668, 4465217, 4474831, 4468828, 4483948, 4475174, 4480559, 4484818, 4477306, 4471498, 4478176, 4468205, 4464884, 4485143, 4484734, 4480354, 4485587, 4485182, 4471462, 4465256, 4464848, 4480147, 4466883, 4465568, 4464234, 4465438, 4481757, 4468417, 4476089, 4468293, 4475967, 4478136, 4482092, 4475043, 4469451, 4474919, 4480599, 4469329, 4481469, 4487304, 4485405, 4470391, 4478100, 4464808, 4468001, 4475681, 4474627, 4469043, 4483872, 4463967, 4483460, 4482593, 4469083, 4476818, 4465370, 4485070, 4481681, 4487909, 4483667, 4481557, 4475721, 4489501, 4481429, 4470180, 4482715, 4482307, 4465626, 4465483, 4483912, 4484782, 4481265, 4463695, 4481979, 4489615, 4488767, 4473689, 4475807, 4470268, 4482347, 4489479, 4463659, 4471758, 4469169, 4476906, 4484175))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' GROUP BY p.id_product) p INNER JOIN cs_category_product cp ON (p.id_product = cp.id_product) INNER JOIN cs_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN cs_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN cs_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (4465060, 4484742, 4464936, 4468691, 4471470, 4468177, 4477029, 4487813, 4484870, 4467063, 4468929, 4485292, 4464644, 4487846, 4471594, 4484578, 4482433, 4468548, 4471430, 4478108, 4489573, 4487410, 4463535, 4468469, 4471638, 4471554, 4478232, 4475935, 4489642, 4482193, 4474551, 4462410, 4471879, 4467311, 4468181, 4485506, 4469297, 4467925, 4489135, 4473937, 4474803, 4472226, 4472096, 4481812, 4478276, 4462450, 4464568, 4471918, 4467355, 4484994, 4473653, 4478068, 4478517, 4465346, 4470684, 4478396, 4464820, 4480575, 4477322, 4488640, 4478192, 4482561, 4480327, 4481189, 4470648, 4475095, 4487686, 4478556, 4481955, 4471478, 4468185, 4480291, 4481441, 4467027, 4478864, 4478734, 4465584, 4474807, 4473529, 4477549, 4463499, 4468433, 4489267, 4470911, 4485125, 4475059, 4471806, 4465199, 4477246, 4473981, 4483640, 4489577, 4474851, 4464824, 4484502, 4489485, 4472141, 4470608, 4481733, 4471518, 4468225, 4488511, 4483604, 4484754, 4470403, 4476834, 4478444, 4477041, 4481445, 4480167, 4470196, 4466903, 4463587, 4485268, 4474811, 4481489, 4489465, 4478779, 4471730, 4471606, 4477286, 4478156, 4463710, 4472764, 4480619, 4472642, 4070267, 4485046, 4468149, 4471314, 4464828, 4487154, 4472028, 4475192, 4474775, 4463943, 4472356, 4475231, 4478368, 4483888, 4478244, 4465076, 4484758, 4463987, 4483480, 4472396, 4478116, 4475539, 4475409, 4487933, 4479402, 4479280, 4466138, 4481449, 4473493, 4466016, 4467078, 4477952, 4478666, 4483932, 4484802, 4481697, 4478994, 4464868, 4465730, 4479034, 4465770, 4488006, 4473581, 4488311, 4480131, 4466867, 4472482, 4489623, 4475119, 4484762, 4473704, 4472004, 4471490, 4470376, 4489551, 4480219, 4472242, 4462696, 4464792, 4466955, 4468445, 4479120, 4465856, 4475454, 4475071, 4485010, 4480342, 4471861, 4468157, 4481413, 4474783, 4483444, 4487832, 4468281, 4463927, 4488442, 4471494, 4489607, 4474907, 4472610, 4478880, 4471238, 4474951, 4468117, 4487376, 4463515, 4483532, 4468325, 4474743, 4463722, 4475341, 4478499, 4488527, 4462842, 4489339, 4477262, 4468566, 4473997, 4483655, 4489587, 4474867, 4481545, 4487428, 4479248, 4477014, 4465984, 4477876, 4470624, 4467371, 4484726, 4468241, 4468783, 4473961, 4478642, 4465088, 4476978, 4481381, 4478128, 4468605, 4467335, 4471782, 4481589, 4470340, 4468913, 4480635, 4489555, 4481505, 4467090, 4464800, 4489473, 4467598, 4471746, 4481830, 4465136, 4481709, 4474224, 4489632, 4464924, 4482177, 4482047, 4221792, 4467295, 4478420, 4468165, 4485490, 4481421, 4485360, 4475317, 4481869, 4473921, 4484858, 4474791, 4471538, 4489452, 4462536, 4478384, 4484902, 4464003, 4473716, 4478132, 4464968, 4476854, 4475555, 4468715, 4480862, 4484694, 4468493, 4473509, 4462664, 4470216, 4464760, 4485022, 4470668, 4465217, 4474831, 4468828, 4483948, 4475174, 4480559, 4484818, 4477306, 4471498, 4478176, 4468205, 4464884, 4485143, 4484734, 4480354, 4485587, 4485182, 4471462, 4465256, 4464848, 4480147, 4466883, 4465568, 4464234, 4465438, 4481757, 4468417, 4476089, 4468293, 4475967, 4478136, 4482092, 4475043, 4469451, 4474919, 4480599, 4469329, 4481469, 4487304, 4485405, 4470391, 4478100, 4464808, 4468001, 4475681, 4474627, 4469043, 4483872, 4463967, 4483460, 4482593, 4469083, 4476818, 4465370, 4485070, 4481681, 4487909, 4483667, 4481557, 4475721, 4489501, 4481429, 4470180, 4482715, 4482307, 4465626, 4465483, 4483912, 4484782, 4481265, 4463695, 4481979, 4489615, 4488767, 4473689, 4475807, 4470268, 4482347, 4489479, 4463659, 4471758, 4469169, 4476906, 4484175))) AND cg.id_group='1' AND c.level_depth<=4 AND c.nleft>38 AND c.nright<85 GROUP BY cp.id_category |
12244
ms
|
2496 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808<br>/modules/ps_facetedsearch/src/Filters/Block.php:993<br>/modules/ps_facetedsearch/src/Filters/Block.php:159<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:218<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 780) AND (b.`id_shop` = 1) LIMIT 1 |
10494
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `cs_product` p LEFT JOIN `cs_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN cs_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN cs_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1676 AND pa.`id_product` = 1676 AND pa.`id_product_attribute` = 889 LIMIT 1 |
8357
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `cs_stock_available`
WHERE (id_product = 1676) AND (id_product_attribute = 889) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
7645
ms
|
2 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/groupinc/groupinc.php:390<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `cs_module` m
LEFT JOIN `cs_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
7547
ms
|
115 |
|
|
/classes/module/Module.php:340
/modules/ets_blog/ets_blog.php:73<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:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `cs_category` c
LEFT JOIN `cs_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'Masque de sommeil'
AND c.`id_category` != 2
AND c.`id_parent` = 723 LIMIT 1 |
6879
ms
|
3 |
|
|
/classes/Category.php:1484
/modules/ps_facetedsearch/src/Filters/Converter.php:457<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:166<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `cs_tax_rule` tr
JOIN `cs_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('13127' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '13127')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
6348
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/modules/groupinc/groupinc.php:322<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 726) AND (b.`id_shop` = 1) LIMIT 1 |
6220
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_lang`
WHERE `id_product` = 1676 AND `id_shop` = 1 |
5996
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/groupinc/groupinc.php:398<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cs_product_attribute`
WHERE `id_product` = 1676 |
5996
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cs_product p
LEFT JOIN cs_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cs_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN cs_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1339
LIMIT 1 |
5892
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
5832
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `cs_meta` m
LEFT JOIN `cs_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
5782
ms
|
46 |
Yes
|
|
/classes/Dispatcher.php:643
/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `cs_product_supplier` ps
WHERE (ps.id_product = 1676
AND ps.id_product_attribute = 889
AND ps.id_supplier = 0) LIMIT 1 |
5642
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/modules/groupinc/groupinc.php:408<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5645<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `cs_category` c
LEFT JOIN `cs_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'Bouchon d\'oreille'
AND c.`id_category` != 2
AND c.`id_parent` = 723 LIMIT 1 |
5604
ms
|
3 |
|
|
/classes/Category.php:1484
/modules/ps_facetedsearch/src/Filters/Converter.php:457<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:166<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cs_stock_available`
WHERE (id_product = 1676) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
5596
ms
|
2 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `cs_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
5472
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:224<br>/index.php:27
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `cs_category` c
INNER JOIN cs_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `cs_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
ORDER BY c.nleft, c.position |
5407
ms
|
124 |
Yes
|
|
/classes/Category.php:718
/modules/ps_facetedsearch/src/Filters/Block.php:987<br>/modules/ps_facetedsearch/src/Filters/Block.php:159<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:218<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_supplier` a0
WHERE (a0.`id_product` = 1676)
GROUP BY a0.`id_supplier` |
5233
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/groupinc.php:401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5645<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `cs_product_supplier` ps
WHERE (ps.id_product = 1676
AND ps.id_product_attribute = 889
AND ps.id_supplier = 0) LIMIT 1 |
5078
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/modules/groupinc/groupinc.php:408<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_supplier` a0
WHERE (a0.`id_product` = 1676)
GROUP BY a0.`id_supplier` |
4764
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:483<br>/modules/groupinc/classes/GroupincConfiguration.php:2310<br>/override/classes/Product.php:225<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product` FROM `cs_specific_price` WHERE `id_product` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
4616
ms
|
1218816 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/modules/groupinc/groupinc.php:304<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `cs_hook_module` hm
STRAIGHT_JOIN `cs_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `cs_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
4469
ms
|
562 |
|
|
/classes/Hook.php:504
/classes/Hook.php:544<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/modules/groupinc/groupinc.php:321<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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, p.on_sale, p.date_add FROM cs_product p LEFT JOIN cs_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN cs_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN cs_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 cs_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN cs_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN cs_category_product cp ON (p.id_product = cp.id_product) INNER JOIN cs_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN cs_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN cs_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (4465060, 4484742, 4464936, 4468691, 4471470, 4468177, 4477029, 4487813, 4484870, 4467063, 4468929, 4485292, 4464644, 4487846, 4471594, 4484578, 4482433, 4468548, 4471430, 4478108, 4489573, 4487410, 4463535, 4468469, 4471638, 4471554, 4478232, 4475935, 4489642, 4482193, 4474551, 4462410, 4471879, 4467311, 4468181, 4485506, 4469297, 4467925, 4489135, 4473937, 4474803, 4472226, 4472096, 4481812, 4478276, 4462450, 4464568, 4471918, 4467355, 4484994, 4473653, 4478068, 4478517, 4465346, 4470684, 4478396, 4464820, 4480575, 4477322, 4488640, 4478192, 4482561, 4480327, 4481189, 4470648, 4475095, 4487686, 4478556, 4481955, 4471478, 4468185, 4480291, 4481441, 4467027, 4478864, 4478734, 4465584, 4474807, 4473529, 4477549, 4463499, 4468433, 4489267, 4470911, 4485125, 4475059, 4471806, 4465199, 4477246, 4473981, 4483640, 4489577, 4474851, 4464824, 4484502, 4489485, 4472141, 4470608, 4481733, 4471518, 4468225, 4488511, 4483604, 4484754, 4470403, 4476834, 4478444, 4477041, 4481445, 4480167, 4470196, 4466903, 4463587, 4485268, 4474811, 4481489, 4489465, 4478779, 4471730, 4471606, 4477286, 4478156, 4463710, 4472764, 4480619, 4472642, 4070267, 4485046, 4468149, 4471314, 4464828, 4487154, 4472028, 4475192, 4474775, 4463943, 4472356, 4475231, 4478368, 4483888, 4478244, 4465076, 4484758, 4463987, 4483480, 4472396, 4478116, 4475539, 4475409, 4487933, 4479402, 4479280, 4466138, 4481449, 4473493, 4466016, 4467078, 4477952, 4478666, 4483932, 4484802, 4481697, 4478994, 4464868, 4465730, 4479034, 4465770, 4488006, 4473581, 4488311, 4480131, 4466867, 4472482, 4489623, 4475119, 4484762, 4473704, 4472004, 4471490, 4470376, 4489551, 4480219, 4472242, 4462696, 4464792, 4466955, 4468445, 4479120, 4465856, 4475454, 4475071, 4485010, 4480342, 4471861, 4468157, 4481413, 4474783, 4483444, 4487832, 4468281, 4463927, 4488442, 4471494, 4489607, 4474907, 4472610, 4478880, 4471238, 4474951, 4468117, 4487376, 4463515, 4483532, 4468325, 4474743, 4463722, 4475341, 4478499, 4488527, 4462842, 4489339, 4477262, 4468566, 4473997, 4483655, 4489587, 4474867, 4481545, 4487428, 4479248, 4477014, 4465984, 4477876, 4470624, 4467371, 4484726, 4468241, 4468783, 4473961, 4478642, 4465088, 4476978, 4481381, 4478128, 4468605, 4467335, 4471782, 4481589, 4470340, 4468913, 4480635, 4489555, 4481505, 4467090, 4464800, 4489473, 4467598, 4471746, 4481830, 4465136, 4481709, 4474224, 4489632, 4464924, 4482177, 4482047, 4221792, 4467295, 4478420, 4468165, 4485490, 4481421, 4485360, 4475317, 4481869, 4473921, 4484858, 4474791, 4471538, 4489452, 4462536, 4478384, 4484902, 4464003, 4473716, 4478132, 4464968, 4476854, 4475555, 4468715, 4480862, 4484694, 4468493, 4473509, 4462664, 4470216, 4464760, 4485022, 4470668, 4465217, 4474831, 4468828, 4483948, 4475174, 4480559, 4484818, 4477306, 4471498, 4478176, 4468205, 4464884, 4485143, 4484734, 4480354, 4485587, 4485182, 4471462, 4465256, 4464848, 4480147, 4466883, 4465568, 4464234, 4465438, 4481757, 4468417, 4476089, 4468293, 4475967, 4478136, 4482092, 4475043, 4469451, 4474919, 4480599, 4469329, 4481469, 4487304, 4485405, 4470391, 4478100, 4464808, 4468001, 4475681, 4474627, 4469043, 4483872, 4463967, 4483460, 4482593, 4469083, 4476818, 4465370, 4485070, 4481681, 4487909, 4483667, 4481557, 4475721, 4489501, 4481429, 4470180, 4482715, 4482307, 4465626, 4465483, 4483912, 4484782, 4481265, 4463695, 4481979, 4489615, 4488767, 4473689, 4475807, 4470268, 4482347, 4489479, 4463659, 4471758, 4469169, 4476906, 4484175))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (731, 735, 780, 767, 726, 734) GROUP BY p.id_product) p GROUP BY p.id_product ORDER BY p.date_add DESC, p.id_product DESC |
4441
ms
|
23040000 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:190<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE lower(name) as name
FROM `cs_hook` h
WHERE (h.active = 1) |
4289
ms
|
903 |
|
|
/classes/Hook.php:1283
/classes/Hook.php:786<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cs_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1676 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cs_cart_product` cp JOIN `cs_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cs_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1676 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4283
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `cs_configuration` c
LEFT JOIN `cs_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
4196
ms
|
1069 |
|
|
/classes/Configuration.php:160
/override/classes/Configuration.php:50<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 image_shop.`id_image`
FROM `cs_image` i
INNER JOIN cs_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1339
AND image_shop.`cover` = 1 LIMIT 1 |
4176
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `cs_category` c
LEFT JOIN `cs_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'Cintres'
AND c.`id_category` != 2
AND c.`id_parent` = 723 LIMIT 1 |
4155
ms
|
2 |
|
|
/classes/Category.php:1484
/modules/ps_facetedsearch/src/Filters/Converter.php:457<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:166<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `cs_product_attribute_image` pai
LEFT JOIN `cs_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `cs_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (889) AND il.`id_lang` = 1 ORDER by i.`position` |
4030
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_supplier` a0
WHERE (a0.`id_product` = 1676)
GROUP BY a0.`id_supplier` |
4015
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/groupinc.php:401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5656<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `cs_product_supplier` ps
WHERE (ps.id_product = 1676
AND ps.id_product_attribute = 889
AND ps.id_supplier = 0) LIMIT 1 |
3962
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/modules/groupinc/groupinc.php:408<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5656<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 767) AND (b.`id_shop` = 1) LIMIT 1 |
3949
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `cs_stock_available`
WHERE (id_product = 1676) AND (id_product_attribute = 889) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3935
ms
|
2 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/groupinc/groupinc.php:390<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_tax_lang`
WHERE `id_tax` = 1 |
3934
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/modules/groupinc/groupinc.php:322<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `cs_product_supplier` ps
WHERE (ps.id_product = 1676
AND ps.id_product_attribute = 889
AND ps.id_supplier = 0) LIMIT 1 |
3932
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/modules/groupinc/groupinc.php:408<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cs_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
3923
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
3891
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/modules/groupinc/groupinc.php:322<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_attribute` a
LEFT JOIN `cs_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 889) LIMIT 1 |
3878
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/modules/groupinc/groupinc.php:390<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cs_stock_available`
WHERE (id_product = 1676) AND (id_product_attribute = 889) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3865
ms
|
2 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Combination.php:152<br>/classes/Combination.php:140<br>/modules/groupinc/groupinc.php:390<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `cs_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 718 LIMIT 1 |
3828
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:748<br>/modules/groupinc/groupinc.php:398<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `cs_category` c
LEFT JOIN `cs_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'Cadenas'
AND c.`id_category` != 2
AND c.`id_parent` = 723 LIMIT 1 |
3724
ms
|
3 |
|
|
/classes/Category.php:1484
/modules/ps_facetedsearch/src/Filters/Converter.php:457<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:166<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `cs_feature_product` fp
LEFT JOIN `cs_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 1339 |
3710
ms
|
4 |
|
|
/classes/Product.php:4766
/modules/groupinc/classes/GroupincConfiguration.php:548<br>/modules/groupinc/groupinc.php:447<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_zone`
FROM `cs_country`
WHERE `id_country` = 8 LIMIT 1 |
3701
ms
|
1 |
|
|
/classes/Country.php:223
/modules/groupinc/classes/GroupincConfiguration.php:562<br>/modules/groupinc/groupinc.php:447<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_supplier` a0
WHERE (a0.`id_product` = 1676)
GROUP BY a0.`id_supplier` |
3672
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/groupinc.php:401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`wholesale_price`, product_shop.`ecotax`, pa.`wholesale_price` as attr_wholesale_price,
product_attribute_shop.id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `cs_product` p
INNER JOIN `cs_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cs_product_attribute` `pa` ON pa.`id_product` = p.`id_product`
LEFT JOIN `cs_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1676) |
3658
ms
|
1 |
|
|
/modules/groupinc/groupinc.php:342
/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `cs_stock_available`
WHERE (id_product = 1676) AND (id_product_attribute = 889) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3609
ms
|
2 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cs_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
3516
ms
|
8 |
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `cs_lang` l
JOIN cs_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
3492
ms
|
4 |
|
|
/classes/Language.php:1198
/classes/Language.php:1502<br>/classes/Dispatcher.php:541<br>/classes/Dispatcher.php:238<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cs_product p
LEFT JOIN cs_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cs_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN cs_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1676
LIMIT 1 |
3465
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `cs_stock_available`
WHERE (id_product = 1676) AND (id_product_attribute = 889) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3316
ms
|
2 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/groupinc/groupinc.php:390<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5656<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
3272
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 name, value, pf.id_feature, f.position
FROM cs_feature_product pf
LEFT JOIN cs_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cs_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cs_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cs_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1676
ORDER BY f.position ASC |
3267
ms
|
5 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `cs_module` m
INNER JOIN cs_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 `cs_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `cs_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `cs_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `cs_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` |
3224
ms
|
124 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:731<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT `id_product_attribute` FROM `cs_specific_price` WHERE `id_product_attribute` != 0 |
3220
ms
|
312 |
|
|
/classes/SpecificPrice.php:295
/classes/SpecificPrice.php:353<br>/classes/SpecificPrice.php:533<br>/modules/groupinc/groupinc.php:304<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_supplier` a0
WHERE (a0.`id_product` = 1676)
GROUP BY a0.`id_supplier` |
3126
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/groupinc.php:401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM cs_shop s
LEFT JOIN cs_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 |
3028
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 ps.product_supplier_price_te
FROM `cs_product_supplier` ps
WHERE (ps.id_product = 1676
AND ps.id_product_attribute = 889
AND ps.id_supplier = 0) LIMIT 1 |
2987
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/modules/groupinc/groupinc.php:408<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `cs_product_group_reduction_cache`
WHERE `id_product` = 1676 AND `id_group` = 1 LIMIT 1 |
2942
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:64<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `cs_product_supplier` ps
WHERE (ps.id_product = 1140
AND ps.id_product_attribute = 468
AND ps.id_supplier = 0) LIMIT 1 |
2898
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/modules/groupinc/groupinc.php:408<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 782) AND (b.`id_shop` = 1) LIMIT 1 |
2620
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cs_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
2591
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 cs_shop_url su
LEFT JOIN cs_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.kinston.fr' OR su.domain_ssl = 'www.kinston.fr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
2426
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 `cs_lang` a
LEFT JOIN `cs_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
2284
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 gi.* FROM `cs_groupinc_configuration` gi WHERE (date_from <= "2026-06-17 21:06:08" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-06-17 21:06:08" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0) |
2174
ms
|
3 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:495
/modules/groupinc/groupinc.php:447<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `cs_feature_product` fp
LEFT JOIN `cs_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 1676 |
2028
ms
|
4 |
|
|
/classes/Product.php:4766
/modules/groupinc/classes/GroupincConfiguration.php:548<br>/modules/groupinc/groupinc.php:447<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module` WHERE `name` = "sameprice" LIMIT 1 |
2023
ms
|
0 |
|
|
/classes/module/Module.php:2841
/classes/module/Module.php:2327<br>/modules/groupinc/groupinc.php:419<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 771) AND (b.`id_shop` = 1) LIMIT 1 |
1920
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `cs_groupinc_configuration` gi WHERE (date_from <= "2026-06-17 21:06:08" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-06-17 21:06:08" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND show_on_sale = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0) |
1918
ms
|
3 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:495
/modules/groupinc/classes/GroupincConfiguration.php:2310<br>/override/classes/Product.php:225<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cs_hook_module_exceptions`
WHERE `id_shop` IN (1) |
1904
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<br>/classes/Dispatcher.php:357<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 734) AND (b.`id_shop` = 1) LIMIT 1 |
1876
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
1843
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 `name`, `alias` FROM `cs_hook_alias` |
1824
ms
|
88 |
|
|
/classes/Hook.php:301
/classes/Hook.php:332<br>/classes/Hook.php:742<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product` a
LEFT JOIN `cs_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1676) LIMIT 1 |
1812
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/groupinc/groupinc.php:398<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `iso_code`
FROM `cs_country`
WHERE `id_country` = 8 LIMIT 1 |
1792
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>/modules/ps_mbo/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:48<br>/var/cache/prod/Ps_checkout7507FrontContainer.php:485<br>/var/cache/prod/Ps_checkout7507FrontContainer.php:2235<br>/var/cache/prod/Ps_checkout7507FrontContainer.php:2275<br>/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:306<br>/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64<br>/modules/ps_checkout/ps_checkout.php:1092<br>/modules/ps_checkout/ps_checkout.php:1157<br>/modules/ps_checkout/ps_checkout.php:285<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:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product` a
LEFT JOIN `cs_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cs_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1676) AND (b.`id_shop` = 1) LIMIT 1 |
1759
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Image/ImageRetriever.php:66<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_supplier` a0
WHERE (a0.`id_product` = 1676)
GROUP BY a0.`id_supplier` |
1735
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/groupinc.php:401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `cs_product` WHERE id_product = 1676 LIMIT 1 |
1726
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3243
/modules/groupinc/classes/GroupincConfiguration.php:475<br>/modules/groupinc/groupinc.php:447<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cs_ce_icon_set` |
1672
ms
|
1 |
|
|
/modules/creativeelements/classes/CEIconSet.php:68
/modules/creativeelements/modules/fonts-manager/module.php:115<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/includes/managers/icons.php:158<br>/modules/creativeelements/includes/managers/icons.php:235<br>/modules/creativeelements/includes/managers/icons.php:308<br>/modules/creativeelements/includes/widgets/ajax-search.php:1415<br>/modules/creativeelements/includes/base/widget-base.php:512<br>/modules/creativeelements/includes/base/widget-base.php:646<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/modules/theme/documents/theme-document.php:91<br>/modules/creativeelements/includes/frontend.php:897<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM cs_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
1626
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:262<br>/index.php:27
|
SELECT SQL_NO_CACHE id_manufacturer FROM `cs_product` WHERE id_product = 1676 LIMIT 1 |
1626
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3243
/modules/groupinc/classes/GroupincConfiguration.php:475<br>/modules/groupinc/classes/GroupincConfiguration.php:2310<br>/override/classes/Product.php:225<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cs_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1140 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cs_cart_product` cp JOIN `cs_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cs_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1140 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1610
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `cs_category` c
LEFT JOIN `cs_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'Adaptateur'
AND c.`id_category` != 2
AND c.`id_parent` = 723 LIMIT 1 |
1609
ms
|
3 |
|
|
/classes/Category.php:1484
/modules/ps_facetedsearch/src/Filters/Converter.php:457<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:166<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 731) AND (b.`id_shop` = 1) LIMIT 1 |
1592
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `cs_product_attribute` pa
INNER JOIN cs_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN cs_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `cs_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `cs_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `cs_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `cs_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1339) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1523
ms
|
1 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/35/82/f5/3582f56e274fcc4afdd0965c981a40d44919b682_2.file.product-7170101.tpl.php:176<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/a4/55/d3/a455d3f15668828587bf8f7094f31c2b6d7106c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:74<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/43/61/1e/43611e5ff338fc0fc12b8351d067bc23bf85ceb4_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_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/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/bf/67/55/bf6755cabf19625a5c7a23a9ae3dddecf342f5d3_2.file.category.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `cs_hook` |
1507
ms
|
903 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/Hook.php:824<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cs_ce_icon_set` |
1454
ms
|
1 |
|
|
/modules/creativeelements/classes/CEIconSet.php:68
/modules/creativeelements/modules/fonts-manager/module.php:115<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/includes/managers/icons.php:158<br>/modules/creativeelements/includes/managers/icons.php:235<br>/modules/creativeelements/includes/managers/icons.php:308<br>/modules/creativeelements/includes/widgets/icon.php:412<br>/modules/creativeelements/includes/base/widget-base.php:512<br>/modules/creativeelements/includes/base/widget-base.php:646<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/modules/theme/documents/theme-document.php:91<br>/modules/creativeelements/includes/frontend.php:897<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, alias FROM `cs_hook_alias` |
1452
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:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cs_cart_product` cp
WHERE cp.`id_product_attribute` = 889
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1676 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cs_cart_product` cp JOIN `cs_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cs_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 889
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1676 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1438
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 cs_shop_group gs
LEFT JOIN cs_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN cs_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 |
1417
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 c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `cs_category` c
INNER JOIN cs_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `cs_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `cs_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 723
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1409
ms
|
23 |
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `cs_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 1339 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1399
ms
|
12 |
Yes
|
|
/classes/SpecificPrice.php:561
/modules/groupinc/groupinc.php:304<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 770) AND (b.`id_shop` = 1) LIMIT 1 |
1381
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `cs_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 1676 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 889) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1301
ms
|
12 |
Yes
|
|
/classes/SpecificPrice.php:561
/modules/groupinc/groupinc.php:304<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `cs_tax_rule` tr
JOIN `cs_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
1283
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/modules/groupinc/classes/GroupincConfiguration.php:527<br>/modules/groupinc/groupinc.php:447<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cs_image` i
INNER JOIN cs_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cs_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1676
ORDER BY `position` |
1261
ms
|
4 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE psgdpr.active FROM `cs_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 22 LIMIT 1 |
1240
ms
|
1 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
:undefined<br>/modules/creativeelements/includes/widgets/email-subscription.php:1064<br>/modules/creativeelements/includes/widgets/email-subscription.php:1054<br>/modules/creativeelements/includes/managers/elements.php:88<br>/modules/creativeelements/includes/base/element-base.php:348<br>/modules/creativeelements/includes/base/element-base.php:939<br>/modules/creativeelements/includes/base/element-base.php:301<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/files/css/post.php:197<br>/modules/creativeelements/core/files/css/base.php:568<br>/modules/creativeelements/core/files/base.php:137<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/dynamic-tags/manager.php:454<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/core/files/css/base.php:245<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/kits/manager.php:114<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/includes/frontend.php:567<br>/modules/creativeelements/includes/frontend.php:593<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/classes/assets/CEAssetManager.php:149<br>/modules/creativeelements/classes/assets/CEAssetManager.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
(SELECT 1 FROM `cs_cart_rule` WHERE date_to >= "2026-06-17 00:00:00" AND date_to <= "2026-06-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `cs_cart_rule` WHERE date_from >= "2026-06-17 00:00:00" AND date_from <= "2026-06-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `cs_cart_rule` WHERE date_from < "2026-06-17 00:00:00" AND date_to > "2026-06-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
1235
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `cs_product_attribute` pa
INNER JOIN cs_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `cs_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `cs_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `cs_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `cs_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cs_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1676
AND pa.`id_product_attribute` = 889
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
1234
ms
|
1 |
|
Yes
|
/classes/Product.php:2835
/modules/groupinc/classes/GroupincConfiguration.php:554<br>/modules/groupinc/groupinc.php:447<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
1219
ms
|
0 |
|
|
/classes/module/Module.php:2841
/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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module_shop` WHERE `id_module` = 126 AND `id_shop` = 1 LIMIT 1 |
1205
ms
|
1 |
|
|
/classes/module/Module.php:2328
/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/35/82/f5/3582f56e274fcc4afdd0965c981a40d44919b682_2.file.product-7170101.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/a4/55/d3/a455d3f15668828587bf8f7094f31c2b6d7106c3_2.file.product.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>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:74<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/43/61/1e/43611e5ff338fc0fc12b8351d067bc23bf85ceb4_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_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/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/bf/67/55/bf6755cabf19625a5c7a23a9ae3dddecf342f5d3_2.file.category.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `cs_group`
WHERE `id_group` = 1 LIMIT 1 |
1198
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3955<br>/override/classes/Product.php:64<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `cs_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 1140 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 468) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1192
ms
|
12 |
Yes
|
|
/classes/SpecificPrice.php:561
/modules/groupinc/groupinc.php:304<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
(SELECT 1 FROM `cs_cart_rule` WHERE date_to >= "2026-06-17 00:00:00" AND date_to <= "2026-06-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `cs_cart_rule` WHERE date_from >= "2026-06-17 00:00:00" AND date_from <= "2026-06-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `cs_cart_rule` WHERE date_from < "2026-06-17 00:00:00" AND date_to > "2026-06-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
1168
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `cs_product_supplier` ps
WHERE (ps.id_product = 1339
AND ps.id_product_attribute = 0
AND ps.id_supplier = 0) LIMIT 1 |
1162
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/modules/groupinc/groupinc.php:408<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5656<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 2010000 AND name = '_elementor_page_settings' LIMIT 1 |
1147
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/modules/dynamic-tags/tags/custom-colors.php:57<br>/modules/creativeelements/core/dynamic-tags/data-tag.php:63<br>/modules/creativeelements/core/dynamic-tags/manager.php:235<br>:undefined<br>/modules/creativeelements/core/dynamic-tags/manager.php:126<br>/modules/creativeelements/core/dynamic-tags/manager.php:88<br>/modules/creativeelements/includes/controls/base-data.php:87<br>/modules/creativeelements/includes/base/controls-stack.php:1132<br>/modules/creativeelements/includes/base/controls-stack.php:991<br>/modules/creativeelements/core/files/css/post.php:317<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/files/css/post.php:197<br>/modules/creativeelements/core/files/css/base.php:568<br>/modules/creativeelements/core/files/base.php:137<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/dynamic-tags/manager.php:454<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/core/files/css/base.php:245<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/kits/manager.php:114<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/includes/frontend.php:567<br>/modules/creativeelements/includes/frontend.php:593<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/classes/assets/CEAssetManager.php:149<br>/modules/creativeelements/classes/assets/CEAssetManager.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `cs_stock_available`
WHERE (id_product = 1676) AND (id_product_attribute = 889) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1132
ms
|
2 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/groupinc/groupinc.php:390<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5645<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
1126
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/groupinc/groupinc.php:419<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cs_ce_icon_set` |
1117
ms
|
1 |
|
|
/modules/creativeelements/classes/CEIconSet.php:68
/modules/creativeelements/modules/fonts-manager/module.php:115<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/includes/managers/icons.php:158<br>/modules/creativeelements/includes/managers/icons.php:235<br>/modules/creativeelements/includes/managers/icons.php:308<br>/modules/creativeelements/includes/widgets/ajax-search.php:1415<br>/modules/creativeelements/includes/base/widget-base.php:512<br>/modules/creativeelements/includes/base/widget-base.php:646<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/modules/theme/documents/theme-document.php:91<br>/modules/creativeelements/includes/frontend.php:897<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cs_ce_icon_set` |
1106
ms
|
1 |
|
|
/modules/creativeelements/classes/CEIconSet.php:68
/modules/creativeelements/modules/fonts-manager/module.php:115<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/includes/managers/icons.php:158<br>/modules/creativeelements/includes/managers/icons.php:235<br>/modules/creativeelements/includes/managers/icons.php:308<br>/modules/creativeelements/includes/widgets/social-icons.php:565<br>/modules/creativeelements/includes/base/widget-base.php:512<br>/modules/creativeelements/includes/base/widget-base.php:646<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/modules/theme/documents/theme-document.php:91<br>/modules/creativeelements/includes/frontend.php:897<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `cs_product_attribute` pa
INNER JOIN cs_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN cs_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `cs_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `cs_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `cs_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `cs_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1676) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1090
ms
|
2 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/35/82/f5/3582f56e274fcc4afdd0965c981a40d44919b682_2.file.product-7170101.tpl.php:176<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/a4/55/d3/a455d3f15668828587bf8f7094f31c2b6d7106c3_2.file.product.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>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:74<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/43/61/1e/43611e5ff338fc0fc12b8351d067bc23bf85ceb4_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_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/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/bf/67/55/bf6755cabf19625a5c7a23a9ae3dddecf342f5d3_2.file.category.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 779) AND (b.`id_shop` = 1) LIMIT 1 |
1082
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module_shop` WHERE `id_module` = 106 AND `id_shop` = 1 LIMIT 1 |
1071
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/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/35/82/f5/3582f56e274fcc4afdd0965c981a40d44919b682_2.file.product-7170101.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/a4/55/d3/a455d3f15668828587bf8f7094f31c2b6d7106c3_2.file.product.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>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:74<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/43/61/1e/43611e5ff338fc0fc12b8351d067bc23bf85ceb4_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_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/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/bf/67/55/bf6755cabf19625a5c7a23a9ae3dddecf342f5d3_2.file.category.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `cs_product_attribute` pa
INNER JOIN cs_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `cs_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `cs_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `cs_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `cs_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cs_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1140
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
1061
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/trustpilot/trustbox.php:109<br>/modules/trustpilot/trustbox.php:40<br>/modules/trustpilot/trustpilot.php:443<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/ProductListingFrontController.php:398<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_contact` c
LEFT JOIN cs_contact_shop contact_shop
ON (contact_shop.id_contact = c.id_contact AND contact_shop.id_shop = 1)
LEFT JOIN `cs_contact_lang` cl ON (c.`id_contact` = cl.`id_contact`)
WHERE cl.`id_lang` = 1
AND contact_shop.`id_shop` IN (1)
GROUP BY c.`id_contact`
ORDER BY `name` ASC |
1059
ms
|
1 |
Yes
|
Yes
|
/classes/Contact.php:99
/modules/creativeelements/includes/widgets/contact-form.php:116<br>/modules/creativeelements/includes/widgets/contact-form.php:178<br>/modules/creativeelements/includes/base/controls-stack.php:1886<br>/modules/creativeelements/includes/base/controls-stack.php:456<br>/modules/creativeelements/includes/base/widget-base.php:157<br>/modules/creativeelements/includes/base/controls-stack.php:248<br>/modules/creativeelements/includes/base/controls-stack.php:1941<br>/modules/creativeelements/includes/base/controls-stack.php:977<br>/modules/creativeelements/includes/base/controls-stack.php:1744<br>/modules/creativeelements/core/base/base-object.php:135<br>/modules/creativeelements/core/base/base-object.php:43<br>/modules/creativeelements/core/files/css/post.php:313<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/files/css/post.php:197<br>/modules/creativeelements/core/files/css/base.php:568<br>/modules/creativeelements/core/files/base.php:137<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/dynamic-tags/manager.php:454<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/core/files/css/base.php:245<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/kits/manager.php:114<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/includes/frontend.php:567<br>/modules/creativeelements/includes/frontend.php:593<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/classes/assets/CEAssetManager.php:149<br>/modules/creativeelements/classes/assets/CEAssetManager.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM cs_cart_product cp INNER JOIN cs_product p
ON (p.id_product = cp.id_product) INNER JOIN cs_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
1057
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 736) AND (b.`id_shop` = 1) LIMIT 1 |
1048
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 738) AND (b.`id_shop` = 1) LIMIT 1 |
1034
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 727) AND (b.`id_shop` = 1) LIMIT 1 |
1028
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `cs_category` c
LEFT JOIN `cs_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'Flacon'
AND c.`id_category` != 2
AND c.`id_parent` = 723 LIMIT 1 |
999
ms
|
3 |
|
|
/classes/Category.php:1484
/modules/ps_facetedsearch/src/Filters/Converter.php:457<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:166<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 2010000 AND name = '_elementor_page_settings' LIMIT 1 |
993
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/modules/dynamic-tags/tags/custom-colors.php:57<br>/modules/creativeelements/core/dynamic-tags/data-tag.php:63<br>/modules/creativeelements/core/dynamic-tags/manager.php:235<br>:undefined<br>/modules/creativeelements/core/dynamic-tags/manager.php:126<br>/modules/creativeelements/core/dynamic-tags/manager.php:88<br>/modules/creativeelements/includes/controls/base-data.php:87<br>/modules/creativeelements/includes/base/controls-stack.php:1132<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:101<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/files/css/post.php:197<br>/modules/creativeelements/core/files/css/base.php:568<br>/modules/creativeelements/core/files/base.php:137<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/dynamic-tags/manager.php:454<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/core/files/css/base.php:245<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/kits/manager.php:114<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/includes/frontend.php:567<br>/modules/creativeelements/includes/frontend.php:593<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/classes/assets/CEAssetManager.php:149<br>/modules/creativeelements/classes/assets/CEAssetManager.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `cs_groupinc_configuration` gi WHERE (date_from <= "2026-06-17 21:06:08" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-06-17 21:06:08" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0) |
981
ms
|
3 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:495
/modules/groupinc/groupinc.php:447<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `cs_category_product` cp
LEFT JOIN `cs_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `cs_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN cs_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (1676,1339,1140) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC |
962
ms
|
9 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:68<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57<br>/modules/ps_googleanalytics/ps_googleanalytics.php:109<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/43/61/1e/43611e5ff338fc0fc12b8351d067bc23bf85ceb4_2.file.layout-both-columns.tpl.php:395<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/43/61/1e/43611e5ff338fc0fc12b8351d067bc23bf85ceb4_2.file.layout-both-columns.tpl.php:139<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_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/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/bf/67/55/bf6755cabf19625a5c7a23a9ae3dddecf342f5d3_2.file.category.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 772) AND (b.`id_shop` = 1) LIMIT 1 |
962
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 732) AND (b.`id_shop` = 1) LIMIT 1 |
956
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product` a
LEFT JOIN `cs_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1339) LIMIT 1 |
952
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/groupinc/groupinc.php:398<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 737) AND (b.`id_shop` = 1) LIMIT 1 |
946
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `cs_attribute` a
LEFT JOIN `cs_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cs_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `cs_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN cs_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `cs_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1676
AND pac.`id_product_attribute` = 889
AND agl.`id_lang` = 1 |
944
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 773) AND (b.`id_shop` = 1) LIMIT 1 |
942
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module` WHERE `name` = "ps_accounts" LIMIT 1 |
940
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:198
/src/Adapter/Module/ModuleDataProvider.php:185<br>/src/Core/Addon/Module/ModuleManager.php:592<br>/modules/ps_mbo/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83<br>/modules/ps_mbo/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44<br>/modules/ps_mbo/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62<br>/modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepository.php:41<br>/var/cache/prod/Ps_checkout7507FrontContainer.php:2235<br>/var/cache/prod/Ps_checkout7507FrontContainer.php:2275<br>/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:306<br>/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64<br>/modules/ps_checkout/ps_checkout.php:1092<br>/modules/ps_checkout/ps_checkout.php:1157<br>/modules/ps_checkout/ps_checkout.php:285<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:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/index.php:28
|
(SELECT SQL_NO_CACHE * FROM `cs_cart_rule` cr
LEFT JOIN `cs_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1) |
933
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 2010000 AND name = '_elementor_data' LIMIT 1 |
927
ms
|
7 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:605<br>/modules/creativeelements/core/base/document.php:665<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:66<br>/modules/creativeelements/core/files/css/post.php:187<br>/modules/creativeelements/core/files/css/base.php:568<br>/modules/creativeelements/core/files/base.php:137<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/dynamic-tags/manager.php:454<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/core/files/css/base.php:245<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/kits/manager.php:114<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/includes/frontend.php:567<br>/modules/creativeelements/includes/frontend.php:593<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/classes/assets/CEAssetManager.php:149<br>/modules/creativeelements/classes/assets/CEAssetManager.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_supplier` a0
WHERE (a0.`id_product` = 1676)
GROUP BY a0.`id_supplier` |
890
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:483<br>/modules/groupinc/groupinc.php:447<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 730) AND (b.`id_shop` = 1) LIMIT 1 |
883
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `cs_product_attribute` pa
INNER JOIN cs_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `cs_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `cs_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `cs_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `cs_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cs_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1676
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
868
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/trustpilot/trustbox.php:109<br>/modules/trustpilot/trustbox.php:40<br>/modules/trustpilot/trustpilot.php:443<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/ProductListingFrontController.php:398<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cs_cart_product` cp
WHERE cp.`id_product_attribute` = 468
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1140 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cs_cart_product` cp JOIN `cs_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cs_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 468
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1140 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
865
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 768) AND (b.`id_shop` = 1) LIMIT 1 |
861
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_country` a
LEFT JOIN `cs_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `cs_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
855
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 1 FROM `cs_specific_price` WHERE id_product = 1339 LIMIT 1 |
841
ms
|
1070 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/modules/groupinc/groupinc.php:304<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 723040101 AND name = '_elementor_page_settings' LIMIT 1 |
833
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/settings/page/manager.php:235<br>/modules/creativeelements/core/settings/base/manager.php:311<br>/modules/creativeelements/core/settings/base/manager.php:108<br>/modules/creativeelements/core/settings/page/manager.php:77<br>/modules/creativeelements/core/settings/manager.php:170<br>/modules/creativeelements/includes/frontend.php:1041<br>/modules/creativeelements/core/base/base-object.php:135<br>/modules/creativeelements/core/base/base-object.php:43<br>/modules/creativeelements/core/base/app.php:39<br>/modules/creativeelements/includes/frontend.php:514<br>/modules/creativeelements/includes/frontend.php:594<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/classes/assets/CEAssetManager.php:149<br>/modules/creativeelements/classes/assets/CEAssetManager.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM `cs_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
820
ms
|
1 |
|
|
/classes/shop/Shop.php:1171
/override/classes/Configuration.php:59<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 location
FROM `cs_stock_available`
WHERE (id_product = 1676) AND (id_product_attribute = 889) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
812
ms
|
2 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/groupinc/groupinc.php:390<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cs_image` i
INNER JOIN cs_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1140
AND image_shop.`cover` = 1 LIMIT 1 |
810
ms
|
3 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `cs_module` m
LEFT JOIN `cs_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
806
ms
|
115 |
|
|
/classes/module/Module.php:340
/modules/creativeelements/creativeelements.php:64<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:119<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:506<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `cs_product_attribute` pa
INNER JOIN cs_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN cs_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `cs_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `cs_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `cs_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `cs_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1140) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
805
ms
|
2 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/35/82/f5/3582f56e274fcc4afdd0965c981a40d44919b682_2.file.product-7170101.tpl.php:176<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/a4/55/d3/a455d3f15668828587bf8f7094f31c2b6d7106c3_2.file.product.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:383<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:74<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/43/61/1e/43611e5ff338fc0fc12b8351d067bc23bf85ceb4_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_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/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/bf/67/55/bf6755cabf19625a5c7a23a9ae3dddecf342f5d3_2.file.category.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cs_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1339 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cs_cart_product` cp JOIN `cs_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cs_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1339 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
801
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 790) AND (b.`id_shop` = 1) LIMIT 1 |
798
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 728) AND (b.`id_shop` = 1) LIMIT 1 |
796
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `cs_product_attribute_combination` pac
LEFT JOIN `cs_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `cs_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `cs_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 468
ORDER BY ag.`position` ASC, a.`position` ASC |
787
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178<br>/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57<br>/modules/ps_googleanalytics/ps_googleanalytics.php:109<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/43/61/1e/43611e5ff338fc0fc12b8351d067bc23bf85ceb4_2.file.layout-both-columns.tpl.php:395<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/43/61/1e/43611e5ff338fc0fc12b8351d067bc23bf85ceb4_2.file.layout-both-columns.tpl.php:139<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_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/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/bf/67/55/bf6755cabf19625a5c7a23a9ae3dddecf342f5d3_2.file.category.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `cs_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
773
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_everpsminimumorder` FROM `cs_everpsminimumorder`
WHERE id_country = 8
AND id_group = 0
AND id_shop = 1
AND `active` = 1 LIMIT 1 |
766
ms
|
45 |
|
|
/modules/everpsminimumorder/classes/EverMinimumOrderClass.php:53
/override/classes/Configuration.php:73<br>/src/Adapter/Presenter/Cart/CartPresenter.php:429<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`wholesale_price`, product_shop.`ecotax`, pa.`wholesale_price` as attr_wholesale_price,
product_attribute_shop.id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `cs_product` p
INNER JOIN `cs_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cs_product_attribute` `pa` ON pa.`id_product` = p.`id_product`
LEFT JOIN `cs_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1339) |
756
ms
|
1 |
|
|
/modules/groupinc/groupinc.php:342
/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM cs_feature_product pf
LEFT JOIN cs_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cs_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cs_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cs_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1339
ORDER BY f.position ASC |
747
ms
|
5 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 2010000 AND name = '_wp_page_template' LIMIT 1 |
744
ms
|
7 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/document-types/page-base.php:218<br>/modules/creativeelements/core/kits/documents/kit.php:23<br>/modules/creativeelements/core/documents-manager.php:224<br>/modules/creativeelements/core/kits/manager.php:51<br>/modules/creativeelements/core/kits/manager.php:128<br>/modules/creativeelements/core/kits/manager.php:106<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/includes/frontend.php:567<br>/modules/creativeelements/includes/frontend.php:593<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/classes/assets/CEAssetManager.php:149<br>/modules/creativeelements/classes/assets/CEAssetManager.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `cs_feature_product` fp
LEFT JOIN `cs_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 1140 |
742
ms
|
4 |
|
|
/classes/Product.php:4766
/modules/groupinc/classes/GroupincConfiguration.php:548<br>/modules/groupinc/groupinc.php:447<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM cs_category_group ctg
WHERE ctg.`id_category` = 723 AND ctg.`id_group` = 1 LIMIT 1 |
740
ms
|
1 |
|
|
/classes/Category.php:1730
/controllers/front/listing/CategoryController.php:101<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_default_group`
FROM `cs_customer`
WHERE `id_customer` = 0 LIMIT 1 |
740
ms
|
0 |
|
|
/classes/Customer.php:1119
/override/classes/Configuration.php:68<br>/src/Adapter/Presenter/Cart/CartPresenter.php:429<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 7170101 AND name = '_elementor_page_settings' LIMIT 1 |
738
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:1055<br>/modules/creativeelements/core/documents-manager.php:224<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:64<br>/modules/creativeelements/core/files/css/post.php:187<br>/modules/creativeelements/core/files/css/base.php:568<br>/modules/creativeelements/core/files/base.php:137<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/dynamic-tags/manager.php:454<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/core/files/css/base.php:245<br>/modules/creativeelements/modules/catalog/files/css/product-miniature.php:30<br>/modules/creativeelements/classes/CESmarty.php:161<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/35/82/f5/3582f56e274fcc4afdd0965c981a40d44919b682_2.file.product-7170101.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/a4/55/d3/a455d3f15668828587bf8f7094f31c2b6d7106c3_2.file.product.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>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:74<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/43/61/1e/43611e5ff338fc0fc12b8351d067bc23bf85ceb4_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_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/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/bf/67/55/bf6755cabf19625a5c7a23a9ae3dddecf342f5d3_2.file.category.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 7170101 AND name = '_elementor_css' LIMIT 1 |
736
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133<br>/modules/creativeelements/core/files/base.php:213<br>/modules/creativeelements/modules/catalog/files/css/product-miniature.php:40<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/modules/catalog/files/css/product-miniature.php:30<br>/modules/creativeelements/classes/CESmarty.php:161<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/35/82/f5/3582f56e274fcc4afdd0965c981a40d44919b682_2.file.product-7170101.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/a4/55/d3/a455d3f15668828587bf8f7094f31c2b6d7106c3_2.file.product.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>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:74<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/43/61/1e/43611e5ff338fc0fc12b8351d067bc23bf85ceb4_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_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/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/bf/67/55/bf6755cabf19625a5c7a23a9ae3dddecf342f5d3_2.file.category.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cs_ce_icon_set` |
736
ms
|
1 |
|
|
/modules/creativeelements/classes/CEIconSet.php:68
/modules/creativeelements/modules/fonts-manager/module.php:115<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/includes/managers/icons.php:158<br>/modules/creativeelements/includes/managers/icons.php:235<br>/modules/creativeelements/includes/managers/icons.php:308<br>/modules/creativeelements/includes/widgets/shopping-cart.php:1583<br>/modules/creativeelements/includes/base/widget-base.php:512<br>/modules/creativeelements/includes/base/widget-base.php:646<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/modules/theme/documents/theme-document.php:91<br>/modules/creativeelements/includes/frontend.php:897<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cs_product p
LEFT JOIN cs_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cs_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN cs_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1140
LIMIT 1 |
731
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 1170101 AND name = '_elementor_css' LIMIT 1 |
726
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133<br>/modules/creativeelements/core/files/base.php:213<br>/modules/creativeelements/core/files/base.php:128<br>/modules/creativeelements/core/files/css/base.php:212<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/includes/frontend.php:883<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 735) AND (b.`id_shop` = 1) LIMIT 1 |
726
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_ce_theme` a
LEFT JOIN `cs_ce_theme_lang` `b` ON a.`id_ce_theme` = b.`id_ce_theme` AND b.`id_lang` = 1
LEFT JOIN `cs_ce_theme_shop` `c` ON a.`id_ce_theme` = c.`id_ce_theme` AND c.`id_shop` = 1
WHERE (a.`id_ce_theme` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
721
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/creativeelements/classes/wrappers/Post.php:101<br>/modules/creativeelements/classes/wrappers/Post.php:148<br>/modules/creativeelements/core/documents-manager.php:195<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:64<br>/modules/creativeelements/core/files/css/post.php:187<br>/modules/creativeelements/core/files/css/base.php:568<br>/modules/creativeelements/core/files/base.php:137<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/dynamic-tags/manager.php:454<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/core/files/css/base.php:245<br>/modules/creativeelements/modules/catalog/files/css/product-miniature.php:30<br>/modules/creativeelements/classes/CESmarty.php:161<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/35/82/f5/3582f56e274fcc4afdd0965c981a40d44919b682_2.file.product-7170101.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/a4/55/d3/a455d3f15668828587bf8f7094f31c2b6d7106c3_2.file.product.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>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:74<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/43/61/1e/43611e5ff338fc0fc12b8351d067bc23bf85ceb4_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_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/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/bf/67/55/bf6755cabf19625a5c7a23a9ae3dddecf342f5d3_2.file.category.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 724) AND (b.`id_shop` = 1) LIMIT 1 |
721
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `cs_product_attribute` pa
INNER JOIN cs_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `cs_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `cs_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `cs_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `cs_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cs_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1140
AND pa.`id_product_attribute` = 468
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
719
ms
|
1 |
|
Yes
|
/classes/Product.php:2835
/modules/groupinc/classes/GroupincConfiguration.php:554<br>/modules/groupinc/groupinc.php:447<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `cs_module` m
LEFT JOIN `cs_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
719
ms
|
115 |
|
|
/classes/module/Module.php:340
/modules/ps_mbo/ps_mbo.php:190<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:357<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `cs_product` p
INNER JOIN `cs_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cs_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1140) |
715
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:64<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 1170101 AND name = '_elementor_page_settings' LIMIT 1 |
713
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:1055<br>/modules/creativeelements/core/documents-manager.php:224<br>/modules/creativeelements/core/documents-manager.php:269<br>/modules/creativeelements/includes/frontend.php:853<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 733) AND (b.`id_shop` = 1) LIMIT 1 |
709
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module` WHERE `name` = "bonlazy" LIMIT 1 |
708
ms
|
1 |
|
|
/classes/module/Module.php:2841
/classes/module/Module.php:2327<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/35/82/f5/3582f56e274fcc4afdd0965c981a40d44919b682_2.file.product-7170101.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/a4/55/d3/a455d3f15668828587bf8f7094f31c2b6d7106c3_2.file.product.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>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:74<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/43/61/1e/43611e5ff338fc0fc12b8351d067bc23bf85ceb4_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_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/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/bf/67/55/bf6755cabf19625a5c7a23a9ae3dddecf342f5d3_2.file.category.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 723040101 AND name = '_elementor_edit_mode' LIMIT 1 |
701
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/includes/db.php:330<br>/modules/creativeelements/includes/frontend.php:849<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:569<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 7170101 AND name = '_elementor_data' LIMIT 1 |
700
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:605<br>/modules/creativeelements/core/base/document.php:665<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:66<br>/modules/creativeelements/core/files/css/post.php:187<br>/modules/creativeelements/core/files/css/base.php:568<br>/modules/creativeelements/core/files/base.php:137<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/dynamic-tags/manager.php:454<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/core/files/css/base.php:245<br>/modules/creativeelements/modules/catalog/files/css/product-miniature.php:30<br>/modules/creativeelements/classes/CESmarty.php:161<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/35/82/f5/3582f56e274fcc4afdd0965c981a40d44919b682_2.file.product-7170101.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/a4/55/d3/a455d3f15668828587bf8f7094f31c2b6d7106c3_2.file.product.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>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:74<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/43/61/1e/43611e5ff338fc0fc12b8351d067bc23bf85ceb4_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_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/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/bf/67/55/bf6755cabf19625a5c7a23a9ae3dddecf342f5d3_2.file.category.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_ce_template` a
WHERE (a.`id_ce_template` = 2) LIMIT 1 |
698
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/creativeelements/classes/wrappers/Post.php:97<br>/modules/creativeelements/classes/wrappers/Post.php:146<br>/modules/creativeelements/core/kits/manager.php:31<br>/modules/creativeelements/core/kits/manager.php:49<br>/modules/creativeelements/core/kits/manager.php:128<br>/modules/creativeelements/core/kits/manager.php:106<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/includes/frontend.php:567<br>/modules/creativeelements/includes/frontend.php:593<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/classes/assets/CEAssetManager.php:149<br>/modules/creativeelements/classes/assets/CEAssetManager.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_address`
FROM `cs_address`
WHERE `id_customer` = 0
AND `deleted` = 0 ORDER BY `id_address` LIMIT 1 |
696
ms
|
1 |
|
|
/classes/Customer.php:1144
/override/classes/Configuration.php:72<br>/src/Adapter/Presenter/Cart/CartPresenter.php:429<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `cs_product_attribute` pa
INNER JOIN cs_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `cs_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `cs_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `cs_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `cs_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cs_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1339
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
696
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2788
/modules/trustpilot/trustbox.php:109<br>/modules/trustpilot/trustbox.php:40<br>/modules/trustpilot/trustpilot.php:443<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/ProductListingFrontController.php:398<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM cs_feature_product pf
LEFT JOIN cs_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cs_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cs_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cs_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1140
ORDER BY f.position ASC |
692
ms
|
5 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_supplier` a0
WHERE (a0.`id_product` = 1339)
GROUP BY a0.`id_supplier` |
688
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:483<br>/modules/groupinc/groupinc.php:447<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cs_image` i
INNER JOIN cs_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cs_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1339
ORDER BY `position` |
685
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `cs_tax_rule` tr
JOIN `cs_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('13127' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '13127')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
679
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/tax/Tax.php:206<br>/classes/Product.php:2855<br>/modules/groupinc/classes/GroupincConfiguration.php:554<br>/modules/groupinc/groupinc.php:447<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 7170101 AND name = '_elementor_css' LIMIT 1 |
678
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133<br>/modules/creativeelements/core/files/base.php:213<br>/modules/creativeelements/modules/catalog/files/css/product-miniature.php:40<br>/modules/creativeelements/core/files/base.php:128<br>/modules/creativeelements/core/files/css/base.php:212<br>/modules/creativeelements/modules/catalog/files/css/product-miniature.php:30<br>/modules/creativeelements/classes/CESmarty.php:161<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/35/82/f5/3582f56e274fcc4afdd0965c981a40d44919b682_2.file.product-7170101.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/a4/55/d3/a455d3f15668828587bf8f7094f31c2b6d7106c3_2.file.product.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>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:74<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/43/61/1e/43611e5ff338fc0fc12b8351d067bc23bf85ceb4_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_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/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/bf/67/55/bf6755cabf19625a5c7a23a9ae3dddecf342f5d3_2.file.category.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_everpsminimumorder` FROM `cs_everpsminimumorder`
WHERE id_country = 8
AND id_group = 0
AND id_shop = 1
AND `active` = 1 LIMIT 1 |
673
ms
|
45 |
|
|
/modules/everpsminimumorder/classes/EverMinimumOrderClass.php:53
/override/classes/Configuration.php:73<br>/src/Adapter/Presenter/Cart/CartPresenter.php:429<br>/modules/creativeelements/includes/widgets/shopping-cart.php:1563<br>/modules/creativeelements/includes/base/widget-base.php:512<br>/modules/creativeelements/includes/base/widget-base.php:646<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/modules/theme/documents/theme-document.php:91<br>/modules/creativeelements/includes/frontend.php:897<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `cs_groupinc_configuration` gi WHERE (date_from <= "2026-06-17 21:06:08" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-06-17 21:06:08" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND show_on_sale = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0) |
672
ms
|
3 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:495
/modules/groupinc/classes/GroupincConfiguration.php:2310<br>/override/classes/Product.php:225<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cs_stock_available`
WHERE (id_product = 1140) AND (id_product_attribute = 468) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
671
ms
|
2 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Combination.php:152<br>/classes/Combination.php:140<br>/modules/groupinc/groupinc.php:390<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cs_ce_icon_set` |
670
ms
|
1 |
|
|
/modules/creativeelements/classes/CEIconSet.php:68
/modules/creativeelements/modules/fonts-manager/module.php:115<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/includes/managers/icons.php:158<br>/modules/creativeelements/includes/frontend.php:658<br>/modules/creativeelements/includes/frontend.php:627<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/classes/assets/CEAssetManager.php:145<br>/modules/creativeelements/classes/assets/CEAssetManager.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 2170101 AND name = '_elementor_version' LIMIT 1 |
669
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:934<br>/modules/creativeelements/core/base/document.php:229<br>/modules/creativeelements/modules/theme/documents/theme-document.php:89<br>/modules/creativeelements/includes/frontend.php:897<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cs_ce_icon_set` |
669
ms
|
1 |
|
|
/modules/creativeelements/classes/CEIconSet.php:68
/modules/creativeelements/modules/fonts-manager/module.php:115<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/includes/managers/icons.php:158<br>/modules/creativeelements/includes/managers/icons.php:235<br>/modules/creativeelements/includes/managers/icons.php:308<br>/modules/creativeelements/includes/widgets/social-icons.php:565<br>/modules/creativeelements/includes/base/widget-base.php:512<br>/modules/creativeelements/includes/base/widget-base.php:646<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/modules/theme/documents/theme-document.php:91<br>/modules/creativeelements/includes/frontend.php:897<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_supplier` a0
WHERE (a0.`id_product` = 1140)
GROUP BY a0.`id_supplier` |
660
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/groupinc.php:401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5656<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 0 AND name = '_u_elementor_preferences' LIMIT 1 |
655
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/classes/wrappers/UId.php:316<br>/modules/creativeelements/core/settings/editor-preferences/manager.php:59<br>/modules/creativeelements/core/settings/base/manager.php:311<br>/modules/creativeelements/core/settings/base/manager.php:108<br>/modules/creativeelements/core/settings/editor-preferences/manager.php:31<br>/modules/creativeelements/core/settings/manager.php:170<br>/modules/creativeelements/includes/frontend.php:1041<br>/modules/creativeelements/core/base/base-object.php:135<br>/modules/creativeelements/core/base/base-object.php:43<br>/modules/creativeelements/core/base/app.php:39<br>/modules/creativeelements/includes/frontend.php:514<br>/modules/creativeelements/includes/frontend.php:594<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/classes/assets/CEAssetManager.php:149<br>/modules/creativeelements/classes/assets/CEAssetManager.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cs_product_shop`
WHERE `id_product` = 1339 AND id_shop=1 LIMIT 1 |
653
ms
|
1 |
|
|
/classes/Product.php:6751
/modules/groupinc/groupinc.php:321<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_lang`
WHERE `id_product` = 1140 AND `id_shop` = 1 |
644
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/groupinc/groupinc.php:398<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cs_product_shop`
WHERE `id_product` = 1140 AND id_shop=1 LIMIT 1 |
641
ms
|
1 |
|
|
/classes/Product.php:6751
/modules/groupinc/groupinc.php:321<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module` WHERE `name` = "groupinc" LIMIT 1 |
639
ms
|
1 |
|
|
/classes/module/Module.php:2841
/classes/module/Module.php:2327<br>/override/classes/Product.php:215<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_ce_theme` a
LEFT JOIN `cs_ce_theme_lang` `b` ON a.`id_ce_theme` = b.`id_ce_theme` AND b.`id_lang` = 1
LEFT JOIN `cs_ce_theme_shop` `c` ON a.`id_ce_theme` = c.`id_ce_theme` AND c.`id_shop` = 1
WHERE (a.`id_ce_theme` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
636
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/creativeelements/classes/wrappers/Post.php:101<br>/modules/creativeelements/classes/wrappers/Post.php:146<br>/modules/creativeelements/core/documents-manager.php:195<br>/modules/creativeelements/core/documents-manager.php:269<br>/modules/creativeelements/includes/frontend.php:853<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `cs_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
631
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `cs_product_supplier` ps
WHERE (ps.id_product = 1140
AND ps.id_product_attribute = 468
AND ps.id_supplier = 0) LIMIT 1 |
630
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/modules/groupinc/groupinc.php:408<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5656<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 2010000 AND name = '_elementor_page_settings' LIMIT 1 |
629
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:1055<br>/modules/creativeelements/core/document-types/page-base.php:227<br>/modules/creativeelements/core/kits/documents/kit.php:23<br>/modules/creativeelements/core/documents-manager.php:224<br>/modules/creativeelements/core/kits/manager.php:51<br>/modules/creativeelements/core/kits/manager.php:128<br>/modules/creativeelements/core/kits/manager.php:106<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/includes/frontend.php:567<br>/modules/creativeelements/includes/frontend.php:593<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/classes/assets/CEAssetManager.php:149<br>/modules/creativeelements/classes/assets/CEAssetManager.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 723040101 AND name = '_wp_page_template' LIMIT 1 |
629
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/settings/page/manager.php:242<br>/modules/creativeelements/core/settings/base/manager.php:311<br>/modules/creativeelements/core/settings/base/manager.php:108<br>/modules/creativeelements/core/settings/page/manager.php:77<br>/modules/creativeelements/core/settings/manager.php:170<br>/modules/creativeelements/includes/frontend.php:1041<br>/modules/creativeelements/core/base/base-object.php:135<br>/modules/creativeelements/core/base/base-object.php:43<br>/modules/creativeelements/core/base/app.php:39<br>/modules/creativeelements/includes/frontend.php:514<br>/modules/creativeelements/includes/frontend.php:594<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/classes/assets/CEAssetManager.php:149<br>/modules/creativeelements/classes/assets/CEAssetManager.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
(SELECT SQL_NO_CACHE * FROM `cs_cart_rule` cr
LEFT JOIN `cs_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
625
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/creativeelements/includes/widgets/shopping-cart.php:1563<br>/modules/creativeelements/includes/base/widget-base.php:512<br>/modules/creativeelements/includes/base/widget-base.php:646<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/modules/theme/documents/theme-document.php:91<br>/modules/creativeelements/includes/frontend.php:897<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `cs_stock_available`
WHERE (id_product = 1140) AND (id_product_attribute = 468) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
622
ms
|
2 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/groupinc/groupinc.php:390<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `cs_product_attribute_image` pai
LEFT JOIN `cs_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `cs_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (468) AND il.`id_lang` = 1 ORDER by i.`position` |
622
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `cs_module` m
LEFT JOIN `cs_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
616
ms
|
115 |
|
|
/classes/module/Module.php:340
/modules/registrationfields/registrationfields.php:44<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:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `cs_product` p
INNER JOIN `cs_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cs_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1339) |
615
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:64<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `cs_product` WHERE id_product = 1339 LIMIT 1 |
614
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3243
/modules/groupinc/classes/GroupincConfiguration.php:475<br>/modules/groupinc/groupinc.php:447<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
(SELECT SQL_NO_CACHE * FROM `cs_cart_rule` cr
LEFT JOIN `cs_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
611
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/creativeelements/includes/widgets/shopping-cart.php:1563<br>/modules/creativeelements/includes/base/widget-base.php:512<br>/modules/creativeelements/includes/base/widget-base.php:646<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/modules/theme/documents/theme-document.php:91<br>/modules/creativeelements/includes/frontend.php:897<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<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 `cs_feature` f INNER JOIN cs_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `cs_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `cs_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `cs_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC |
609
ms
|
20 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
/modules/ps_facetedsearch/src/Filters/Converter.php:388<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:166<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cs_ce_icon_set` |
608
ms
|
1 |
|
|
/modules/creativeelements/classes/CEIconSet.php:68
/modules/creativeelements/modules/fonts-manager/module.php:115<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/includes/managers/icons.php:158<br>/modules/creativeelements/includes/frontend.php:658<br>/modules/creativeelements/includes/frontend.php:627<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/classes/assets/CEAssetManager.php:145<br>/modules/creativeelements/classes/assets/CEAssetManager.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`wholesale_price`, product_shop.`ecotax`, pa.`wholesale_price` as attr_wholesale_price,
product_attribute_shop.id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `cs_product` p
INNER JOIN `cs_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cs_product_attribute` `pa` ON pa.`id_product` = p.`id_product`
LEFT JOIN `cs_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1140) |
606
ms
|
1 |
|
|
/modules/groupinc/groupinc.php:342
/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_cms as value,CONCAT('mm_cms_',c.id_cms) as id, cl.meta_title as label
FROM cs_cms c
INNER JOIN cs_cms_shop cs ON (c.id_cms= cs.id_cms AND cs.id_shop=1)
LEFT JOIN cs_cms_lang cl ON c.id_cms=cl.id_cms AND cl.id_lang=1
WHERE c.active=1
GROUP BY c.id_cms ORDER BY cl.meta_title asc |
606
ms
|
10 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:2535
/modules/ets_megamenu/ets_megamenu.php:292<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cs_ce_icon_set` |
605
ms
|
1 |
|
|
/modules/creativeelements/classes/CEIconSet.php:68
/modules/creativeelements/modules/fonts-manager/module.php:115<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/includes/managers/icons.php:158<br>/modules/creativeelements/core/files/css/base.php:223<br>/modules/creativeelements/modules/catalog/files/css/product-miniature.php:30<br>/modules/creativeelements/classes/CESmarty.php:161<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/35/82/f5/3582f56e274fcc4afdd0965c981a40d44919b682_2.file.product-7170101.tpl.php:25<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/a4/55/d3/a455d3f15668828587bf8f7094f31c2b6d7106c3_2.file.product.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>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:74<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/43/61/1e/43611e5ff338fc0fc12b8351d067bc23bf85ceb4_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_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/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/bf/67/55/bf6755cabf19625a5c7a23a9ae3dddecf342f5d3_2.file.category.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cs_ce_icon_set` |
600
ms
|
1 |
|
|
/modules/creativeelements/classes/CEIconSet.php:68
/modules/creativeelements/modules/fonts-manager/module.php:115<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/includes/managers/icons.php:158<br>/modules/creativeelements/includes/frontend.php:658<br>/modules/creativeelements/includes/frontend.php:627<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/classes/assets/CEAssetManager.php:145<br>/modules/creativeelements/classes/assets/CEAssetManager.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cs_specific_price` WHERE id_product = 1140 LIMIT 1 |
598
ms
|
1154 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/modules/groupinc/groupinc.php:304<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM cs_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 718 LIMIT 1 |
594
ms
|
1 |
|
|
/classes/Product.php:5614
/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cs_specific_price` WHERE `from` BETWEEN '2026-06-17 00:00:00' AND '2026-06-17 23:59:59' LIMIT 1 |
594
ms
|
1 |
|
|
/classes/SpecificPrice.php:362
/classes/SpecificPrice.php:533<br>/modules/groupinc/groupinc.php:304<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product` a
LEFT JOIN `cs_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cs_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1339) AND (b.`id_shop` = 1) LIMIT 1 |
592
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Image/ImageRetriever.php:66<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 723040101 AND name = '_elementor_page_settings' LIMIT 1 |
588
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:1055<br>/modules/creativeelements/core/document-types/page-base.php:227<br>/modules/creativeelements/core/documents-manager.php:224<br>/modules/creativeelements/core/documents-manager.php:269<br>/modules/creativeelements/modules/page-templates/module.php:69<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:638<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 1170101 AND name = '_elementor_data' LIMIT 1 |
582
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:605<br>/modules/creativeelements/core/base/document.php:665<br>/modules/creativeelements/includes/frontend.php:858<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_cms as value,CONCAT('mm_cms_',c.id_cms) as id, cl.meta_title as label
FROM cs_cms c
INNER JOIN cs_cms_shop cs ON (c.id_cms= cs.id_cms AND cs.id_shop=1)
LEFT JOIN cs_cms_lang cl ON c.id_cms=cl.id_cms AND cl.id_lang=1
WHERE c.active=1
GROUP BY c.id_cms ORDER BY cl.meta_title asc |
568
ms
|
10 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:2535
/modules/ets_megamenu/ets_megamenu.php:568<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_cms as value,CONCAT('mm_cms_',c.id_cms) as id, cl.meta_title as label
FROM cs_cms c
INNER JOIN cs_cms_shop cs ON (c.id_cms= cs.id_cms AND cs.id_shop=1)
LEFT JOIN cs_cms_lang cl ON c.id_cms=cl.id_cms AND cl.id_lang=1
WHERE c.active=1
GROUP BY c.id_cms ORDER BY cl.meta_title asc |
565
ms
|
10 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:2535
/modules/ets_megamenu/ets_megamenu.php:1121<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `cs_groupinc_configuration` gi WHERE (date_from <= "2026-06-17 21:06:08" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-06-17 21:06:08" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0) |
564
ms
|
3 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:495
/modules/groupinc/groupinc.php:447<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `cs_attribute` a
LEFT JOIN `cs_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cs_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `cs_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN cs_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `cs_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1140
AND pac.`id_product_attribute` = 468
AND agl.`id_lang` = 1 |
561
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cs_ce_icon_set` |
553
ms
|
1 |
|
|
/modules/creativeelements/classes/CEIconSet.php:68
/modules/creativeelements/modules/fonts-manager/module.php:115<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/includes/managers/icons.php:158<br>/modules/creativeelements/includes/frontend.php:658<br>/modules/creativeelements/includes/frontend.php:627<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/classes/assets/CEAssetManager.php:145<br>/modules/creativeelements/classes/assets/CEAssetManager.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 723040101 AND name = '_elementor_edit_mode' LIMIT 1 |
546
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/includes/db.php:330<br>/modules/creativeelements/core/files/css/post.php:214<br>/modules/creativeelements/includes/frontend.php:573<br>/modules/creativeelements/includes/frontend.php:593<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/classes/assets/CEAssetManager.php:149<br>/modules/creativeelements/classes/assets/CEAssetManager.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cs_stock_available`
WHERE (id_product = 1140) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
546
ms
|
2 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `cs_groupinc_configuration` gi WHERE gi.`id_shop` = 1
AND gi.`active` = 1 |
545
ms
|
3 |
|
|
/modules/groupinc/groupinc.php:950
/modules/groupinc/groupinc.php:585<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cs_product_shop`
WHERE `id_product` = 1676 AND id_shop=1 LIMIT 1 |
543
ms
|
1 |
|
|
/classes/Product.php:6751
/modules/groupinc/groupinc.php:321<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `cs_stock_available`
WHERE (id_product = 1140) AND (id_product_attribute = 468) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
540
ms
|
2 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/groupinc/groupinc.php:390<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5656<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module_shop` WHERE `id_module` = 111 AND `id_shop` = 1 LIMIT 1 |
539
ms
|
1 |
|
|
/classes/module/Module.php:2328
/override/classes/Product.php:215<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cs_image` i
INNER JOIN cs_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cs_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1140
ORDER BY `position` |
539
ms
|
3 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE psgdpr.active FROM `cs_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 2 LIMIT 1 |
533
ms
|
1 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
:undefined<br>/modules/creativeelements/includes/widgets/contact-form.php:1361<br>/modules/creativeelements/includes/widgets/contact-form.php:1351<br>/modules/creativeelements/includes/managers/elements.php:88<br>/modules/creativeelements/includes/base/element-base.php:348<br>/modules/creativeelements/includes/base/element-base.php:939<br>/modules/creativeelements/includes/base/element-base.php:301<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/files/css/post.php:197<br>/modules/creativeelements/core/files/css/base.php:568<br>/modules/creativeelements/core/files/base.php:137<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/dynamic-tags/manager.php:454<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/core/files/css/base.php:245<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/kits/manager.php:114<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/includes/frontend.php:567<br>/modules/creativeelements/includes/frontend.php:593<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/classes/assets/CEAssetManager.php:149<br>/modules/creativeelements/classes/assets/CEAssetManager.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `cs_product_attribute_combination` pac
LEFT JOIN `cs_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `cs_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `cs_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 889
ORDER BY ag.`position` ASC, a.`position` ASC |
531
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178<br>/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57<br>/modules/ps_googleanalytics/ps_googleanalytics.php:109<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/43/61/1e/43611e5ff338fc0fc12b8351d067bc23bf85ceb4_2.file.layout-both-columns.tpl.php:395<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/43/61/1e/43611e5ff338fc0fc12b8351d067bc23bf85ceb4_2.file.layout-both-columns.tpl.php:139<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_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/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/bf/67/55/bf6755cabf19625a5c7a23a9ae3dddecf342f5d3_2.file.category.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 723) AND (b.`id_shop` = 1) LIMIT 1 |
526
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `cs_stock_available`
WHERE (id_product = 1140) AND (id_product_attribute = 468) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
525
ms
|
2 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM cs_layered_category
WHERE controller = 'category'
AND id_category = 723
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
522
ms
|
3 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:61
/modules/ps_facetedsearch/src/Filters/Converter.php:263<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:166<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 2170101 AND name = '_elementor_data' LIMIT 1 |
521
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:605<br>/modules/creativeelements/core/base/document.php:665<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:66<br>/modules/creativeelements/core/files/css/post.php:187<br>/modules/creativeelements/core/files/css/base.php:568<br>/modules/creativeelements/core/files/base.php:137<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/dynamic-tags/manager.php:454<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/core/files/css/base.php:245<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/includes/frontend.php:883<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 2010000 AND name = '_elementor_css' LIMIT 1 |
521
ms
|
7 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133<br>/modules/creativeelements/core/files/base.php:213<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/kits/manager.php:114<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/includes/frontend.php:567<br>/modules/creativeelements/includes/frontend.php:593<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/classes/assets/CEAssetManager.php:149<br>/modules/creativeelements/classes/assets/CEAssetManager.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 2170101 AND name = '_elementor_css' LIMIT 1 |
518
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133<br>/modules/creativeelements/core/files/base.php:213<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/includes/frontend.php:883<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product` a
LEFT JOIN `cs_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cs_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1140) AND (b.`id_shop` = 1) LIMIT 1 |
518
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Image/ImageRetriever.php:66<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `cs_product_group_reduction_cache`
WHERE `id_product` = 1140 AND `id_group` = 1 LIMIT 1 |
514
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:64<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cs_specific_price` WHERE `to` BETWEEN '2026-06-17 00:00:00' AND '2026-06-17 23:59:59' LIMIT 1 |
514
ms
|
1 |
|
|
/classes/SpecificPrice.php:366
/classes/SpecificPrice.php:533<br>/modules/groupinc/groupinc.php:304<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE s.id_supplier as value,CONCAT('mm_supplier_',s.id_supplier) as id, name as label
FROM cs_supplier s
INNER JOIN cs_supplier_shop ss ON (s.id_supplier=ss.id_supplier AND ss.id_shop=1)
WHERE active=1
ORDER BY name asc |
506
ms
|
4 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2523
/modules/ets_megamenu/ets_megamenu.php:549<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_address`
FROM `cs_address`
WHERE `id_customer` = 0
AND `deleted` = 0 ORDER BY `id_address` LIMIT 1 |
505
ms
|
1 |
|
|
/classes/Customer.php:1144
/override/classes/Configuration.php:72<br>/src/Adapter/Presenter/Cart/CartPresenter.php:429<br>/modules/creativeelements/includes/widgets/shopping-cart.php:1563<br>/modules/creativeelements/includes/base/widget-base.php:512<br>/modules/creativeelements/includes/base/widget-base.php:646<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/modules/theme/documents/theme-document.php:91<br>/modules/creativeelements/includes/frontend.php:897<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 2170101 AND name = '_elementor_css' LIMIT 1 |
505
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133<br>/modules/creativeelements/core/files/base.php:213<br>/modules/creativeelements/core/files/base.php:128<br>/modules/creativeelements/core/files/css/base.php:212<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/includes/frontend.php:883<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `cs_product` p LEFT JOIN `cs_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN cs_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN cs_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1140 AND pa.`id_product` = 1140 AND pa.`id_product_attribute` = 468 LIMIT 1 |
497
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_group_lang`
WHERE `id_group` = 1 |
496
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cs_ce_icon_set` |
494
ms
|
1 |
|
|
/modules/creativeelements/classes/CEIconSet.php:68
/modules/creativeelements/modules/fonts-manager/module.php:115<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/includes/managers/icons.php:158<br>/modules/creativeelements/includes/managers/icons.php:235<br>/modules/creativeelements/includes/managers/icons.php:308<br>/modules/creativeelements/includes/widgets/icon.php:412<br>/modules/creativeelements/includes/base/widget-base.php:512<br>/modules/creativeelements/includes/base/widget-base.php:646<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/modules/theme/documents/theme-document.php:91<br>/modules/creativeelements/includes/frontend.php:897<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `cs_stock_available`
WHERE (id_product = 1140) AND (id_product_attribute = 468) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
493
ms
|
2 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/groupinc/groupinc.php:390<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5645<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `cs_product_supplier` ps
WHERE (ps.id_product = 1339
AND ps.id_product_attribute = 0
AND ps.id_supplier = 0) LIMIT 1 |
491
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/modules/groupinc/groupinc.php:408<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5645<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cs_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
489
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `cs_specific_price_priority`
WHERE `id_product` = 1676
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
486
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/modules/groupinc/groupinc.php:304<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_group` a
LEFT JOIN `cs_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
486
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `cs_product_supplier` ps
WHERE (ps.id_product = 1339
AND ps.id_product_attribute = 0
AND ps.id_supplier = 0) LIMIT 1 |
485
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/modules/groupinc/groupinc.php:408<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `cs_stock_available`
WHERE (id_product = 1140) AND (id_product_attribute = 468) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
484
ms
|
2 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/groupinc/groupinc.php:390<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 723040101 AND name = '_wp_page_template' LIMIT 1 |
483
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:972<br>/modules/creativeelements/modules/page-templates/module.php:72<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:638<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE s.id_supplier as value,CONCAT('mm_supplier_',s.id_supplier) as id, name as label
FROM cs_supplier s
INNER JOIN cs_supplier_shop ss ON (s.id_supplier=ss.id_supplier AND ss.id_shop=1)
WHERE active=1
ORDER BY name asc |
480
ms
|
4 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2523
/modules/ets_megamenu/ets_megamenu.php:957<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_supplier` a0
WHERE (a0.`id_product` = 1339)
GROUP BY a0.`id_supplier` |
474
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/groupinc.php:401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product` a
LEFT JOIN `cs_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1140) LIMIT 1 |
472
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/groupinc/groupinc.php:398<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_revision FROM cs_ce_revision WHERE parent = 723040101 AND active = 0 AND id_employee = 0 LIMIT 1 |
471
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:506
/modules/creativeelements/includes/utils.php:198<br>/modules/creativeelements/core/base/document.php:862<br>/modules/creativeelements/core/documents-manager.php:246<br>/modules/creativeelements/core/settings/page/model.php:173<br>/modules/creativeelements/includes/base/controls-stack.php:1886<br>/modules/creativeelements/includes/base/controls-stack.php:456<br>/modules/creativeelements/includes/base/controls-stack.php:248<br>/modules/creativeelements/includes/base/controls-stack.php:1941<br>/modules/creativeelements/includes/base/controls-stack.php:977<br>/modules/creativeelements/includes/base/controls-stack.php:1744<br>/modules/creativeelements/core/base/base-object.php:135<br>/modules/creativeelements/core/base/base-object.php:43<br>/modules/creativeelements/includes/base/controls-stack.php:991<br>/modules/creativeelements/includes/base/controls-stack.php:1076<br>/modules/creativeelements/includes/base/controls-stack.php:1158<br>/modules/creativeelements/core/settings/manager.php:173<br>/modules/creativeelements/includes/frontend.php:1041<br>/modules/creativeelements/core/base/base-object.php:135<br>/modules/creativeelements/core/base/base-object.php:43<br>/modules/creativeelements/core/base/app.php:39<br>/modules/creativeelements/includes/frontend.php:514<br>/modules/creativeelements/includes/frontend.php:594<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/classes/assets/CEAssetManager.php:149<br>/modules/creativeelements/classes/assets/CEAssetManager.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.id_manufacturer as value,CONCAT('mm_manufacturer_',m.id_manufacturer) as id, name as label
FROM cs_manufacturer m
INNER JOIN cs_manufacturer_shop ms ON (m.id_manufacturer=ms.id_manufacturer AND ms.id_shop=1)
WHERE active=1
ORDER BY name asc |
469
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2512
/modules/ets_megamenu/ets_megamenu.php:833<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 2170101 AND name = '_elementor_page_settings' LIMIT 1 |
469
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:1055<br>/modules/creativeelements/core/documents-manager.php:224<br>/modules/creativeelements/core/documents-manager.php:269<br>/modules/creativeelements/includes/frontend.php:853<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_supplier` a0
WHERE (a0.`id_product` = 1140)
GROUP BY a0.`id_supplier` |
467
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/groupinc.php:401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cs_ce_icon_set` |
467
ms
|
1 |
|
|
/modules/creativeelements/classes/CEIconSet.php:68
/modules/creativeelements/modules/fonts-manager/module.php:115<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/includes/managers/icons.php:158<br>/modules/creativeelements/core/files/css/base.php:223<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/includes/frontend.php:883<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_supplier` a0
WHERE (a0.`id_product` = 1339)
GROUP BY a0.`id_supplier` |
466
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/groupinc.php:401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_currency_lang`
WHERE `id_currency` = 1 |
465
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `cs_product` p
INNER JOIN `cs_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cs_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1676) |
463
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:64<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_supplier` a0
WHERE (a0.`id_product` = 1140)
GROUP BY a0.`id_supplier` |
460
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/groupinc.php:401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.id_manufacturer as value,CONCAT('mm_manufacturer_',m.id_manufacturer) as id, name as label
FROM cs_manufacturer m
INNER JOIN cs_manufacturer_shop ms ON (m.id_manufacturer=ms.id_manufacturer AND ms.id_shop=1)
WHERE active=1
ORDER BY name asc |
457
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2512
/modules/ets_megamenu/ets_megamenu.php:543<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_lang`
WHERE `id_product` = 1339 AND `id_shop` = 1 |
455
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/groupinc/groupinc.php:398<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_supplier` a0
WHERE (a0.`id_product` = 1339)
GROUP BY a0.`id_supplier` |
450
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/groupinc.php:401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5645<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `cs_specific_price_priority`
WHERE `id_product` = 1140
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
448
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/modules/groupinc/groupinc.php:304<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE gi.* FROM `cs_groupinc_configuration` gi WHERE (date_from <= "2026-06-17 21:06:08" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-06-17 21:06:08" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1 AND show_on_sale = 1 AND (gi.groups = "" OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0) |
447
ms
|
3 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:495
/modules/groupinc/classes/GroupincConfiguration.php:2310<br>/override/classes/Product.php:225<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a
LEFT JOIN `cs_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cs_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 |
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>/classes/Category.php:1113<br>/modules/ets_megamenu/ets_megamenu.php:285<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `cs_currency` c
LEFT JOIN cs_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1 |
443
ms
|
1 |
|
|
/classes/Currency.php:1126
/classes/Currency.php:1143<br>/classes/module/Module.php:2423<br>/modules/sttotalsavings/sttotalsavings.php:840<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 2170101 AND name = '_elementor_data' LIMIT 1 |
441
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:605<br>/modules/creativeelements/core/base/document.php:665<br>/modules/creativeelements/includes/frontend.php:858<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_currency` a
LEFT JOIN `cs_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `cs_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
440
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_address`
FROM `cs_address`
WHERE `id_customer` = 0
AND `deleted` = 0 ORDER BY `id_address` LIMIT 1 |
435
ms
|
1 |
|
|
/classes/Customer.php:1144
/override/classes/Configuration.php:72<br>/src/Adapter/Presenter/Cart/CartPresenter.php:429<br>/modules/creativeelements/includes/widgets/shopping-cart.php:1563<br>/modules/creativeelements/includes/base/widget-base.php:512<br>/modules/creativeelements/includes/base/widget-base.php:646<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/modules/theme/documents/theme-document.php:91<br>/modules/creativeelements/includes/frontend.php:897<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `cs_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
433
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 1170101 AND name = '_elementor_data' LIMIT 1 |
427
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:605<br>/modules/creativeelements/core/base/document.php:665<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:66<br>/modules/creativeelements/core/files/css/post.php:187<br>/modules/creativeelements/core/files/css/base.php:568<br>/modules/creativeelements/core/files/base.php:137<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/dynamic-tags/manager.php:454<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/core/files/css/base.php:245<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/includes/frontend.php:883<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cs_ce_icon_set` |
426
ms
|
1 |
|
|
/modules/creativeelements/classes/CEIconSet.php:68
/modules/creativeelements/modules/fonts-manager/module.php:115<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/includes/managers/icons.php:158<br>/modules/creativeelements/includes/managers/icons.php:235<br>/modules/creativeelements/includes/managers/icons.php:308<br>/modules/creativeelements/includes/widgets/social-icons.php:565<br>/modules/creativeelements/includes/base/widget-base.php:512<br>/modules/creativeelements/includes/base/widget-base.php:646<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/modules/theme/documents/theme-document.php:91<br>/modules/creativeelements/includes/frontend.php:897<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `cs_product` WHERE id_product = 1140 LIMIT 1 |
426
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3243
/modules/groupinc/classes/GroupincConfiguration.php:475<br>/modules/groupinc/groupinc.php:447<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `cs_category` c
LEFT JOIN `cs_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
423
ms
|
1 |
|
|
/classes/Category.php:2233
/classes/Category.php:1109<br>/modules/ets_megamenu/ets_megamenu.php:285<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_ce_theme` a
LEFT JOIN `cs_ce_theme_lang` `b` ON a.`id_ce_theme` = b.`id_ce_theme` AND b.`id_lang` = 1
LEFT JOIN `cs_ce_theme_shop` `c` ON a.`id_ce_theme` = c.`id_ce_theme` AND c.`id_shop` = 1
WHERE (a.`id_ce_theme` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
423
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/creativeelements/classes/wrappers/Post.php:101<br>/modules/creativeelements/classes/wrappers/Post.php:146<br>/modules/creativeelements/core/documents-manager.php:195<br>/modules/creativeelements/core/documents-manager.php:269<br>/modules/creativeelements/includes/frontend.php:853<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `cs_lang` l
LEFT JOIN `cs_lang_shop` ls ON (l.id_lang = ls.id_lang) |
421
ms
|
2 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:27
|
SELECT SQL_NO_CACHE `id_category` FROM `cs_category_product`
WHERE `id_product` = 1676 |
418
ms
|
3 |
|
|
/classes/Product.php:3386
/modules/groupinc/classes/GroupincConfiguration.php:547<br>/modules/groupinc/groupinc.php:447<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cs_product_attribute`
WHERE `id_product` = 1339 |
418
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cs_currency` c ORDER BY `iso_code` ASC |
415
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `cs_specific_price_priority`
WHERE `id_product` = 1339
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
415
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/modules/groupinc/groupinc.php:304<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_supplier` a0
WHERE (a0.`id_product` = 1339)
GROUP BY a0.`id_supplier` |
412
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/groupinc.php:401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5656<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cs_ce_icon_set` |
407
ms
|
1 |
|
|
/modules/creativeelements/classes/CEIconSet.php:68
/modules/creativeelements/modules/fonts-manager/module.php:115<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/includes/managers/icons.php:158<br>/modules/creativeelements/includes/managers/icons.php:235<br>/modules/creativeelements/includes/managers/icons.php:308<br>/modules/creativeelements/includes/widgets/shopping-cart.php:1583<br>/modules/creativeelements/includes/base/widget-base.php:512<br>/modules/creativeelements/includes/base/widget-base.php:646<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/modules/theme/documents/theme-document.php:91<br>/modules/creativeelements/includes/frontend.php:897<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_supplier` a0
WHERE (a0.`id_product` = 1140)
GROUP BY a0.`id_supplier` |
403
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/groupinc.php:401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5645<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cs_specific_price` WHERE id_product = 1676 LIMIT 1 |
399
ms
|
1126 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/modules/groupinc/groupinc.php:304<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `cs_category_product`
WHERE `id_product` = 1339 |
399
ms
|
3 |
|
|
/classes/Product.php:3386
/modules/groupinc/classes/GroupincConfiguration.php:547<br>/modules/groupinc/groupinc.php:447<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `cs_product_supplier` ps
WHERE (ps.id_product = 1339
AND ps.id_product_attribute = 0
AND ps.id_supplier = 0) LIMIT 1 |
398
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/modules/groupinc/groupinc.php:408<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_supplier` a0
WHERE (a0.`id_product` = 1140)
GROUP BY a0.`id_supplier` |
398
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/groupinc.php:401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cs_stock_available`
WHERE (id_product = 1339) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
396
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5739<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 1170101 AND name = '_elementor_css' LIMIT 1 |
394
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133<br>/modules/creativeelements/core/files/base.php:213<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/includes/frontend.php:883<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 2010000 AND name = '_elementor_css' LIMIT 1 |
394
ms
|
7 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133<br>/modules/creativeelements/core/files/base.php:213<br>/modules/creativeelements/core/files/base.php:128<br>/modules/creativeelements/core/files/css/base.php:212<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/kits/manager.php:114<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/includes/frontend.php:567<br>/modules/creativeelements/includes/frontend.php:593<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/classes/assets/CEAssetManager.php:149<br>/modules/creativeelements/classes/assets/CEAssetManager.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cs_product_attribute`
WHERE `id_product` = 1140 |
392
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `cs_product_supplier` ps
WHERE (ps.id_product = 1140
AND ps.id_product_attribute = 468
AND ps.id_supplier = 0) LIMIT 1 |
392
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/modules/groupinc/groupinc.php:408<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module_shop` WHERE `id_module` = 112 AND `id_shop` = 1 LIMIT 1 |
391
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/payplug/src/application/adapter/ModuleAdapter.php:48<br>/modules/payplug/classes/ConfigClass.php:390<br>/modules/payplug/classes/HookClass.php:258<br>/modules/payplug/payplug.php:448<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_attribute` a
LEFT JOIN `cs_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 468) LIMIT 1 |
390
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/modules/groupinc/groupinc.php:390<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cs_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
385
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module` WHERE `name` = "payplug" LIMIT 1 |
383
ms
|
1 |
|
|
/classes/module/Module.php:2841
/classes/module/Module.php:2327<br>/modules/payplug/src/application/adapter/ModuleAdapter.php:48<br>/modules/payplug/classes/ConfigClass.php:390<br>/modules/payplug/classes/HookClass.php:258<br>/modules/payplug/payplug.php:448<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
375
ms
|
1 |
|
|
/classes/module/Module.php:2841
/classes/module/Module.php:2327<br>/modules/ets_megamenu/ets_megamenu.php:2003<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_supplier` a0
WHERE (a0.`id_product` = 1140)
GROUP BY a0.`id_supplier` |
375
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:483<br>/modules/groupinc/groupinc.php:447<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `cs_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
374
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module` WHERE `name` = "pwfavorites" LIMIT 1 |
371
ms
|
1 |
|
|
/classes/module/Module.php:2841
/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/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/35/82/f5/3582f56e274fcc4afdd0965c981a40d44919b682_2.file.product-7170101.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/a4/55/d3/a455d3f15668828587bf8f7094f31c2b6d7106c3_2.file.product.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>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:74<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/19/a6/93/19a693812a2cba0aa590d80d020dbc99d5659b0a_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/43/61/1e/43611e5ff338fc0fc12b8351d067bc23bf85ceb4_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_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/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/bf/67/55/bf6755cabf19625a5c7a23a9ae3dddecf342f5d3_2.file.category.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_currency` a
LEFT JOIN `cs_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
369
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `cs_hook`
WHERE `id_hook` = 802 LIMIT 1 |
367
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
367
ms
|
1 |
|
|
/classes/module/Module.php:2841
/classes/module/Module.php:2327<br>/modules/ets_megamenu/ets_megamenu.php:2005<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
367
ms
|
1 |
|
|
/classes/module/Module.php:2841
/classes/module/Module.php:2327<br>/modules/ets_megamenu/ets_megamenu.php:2009<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `cs_stock_available`
WHERE (id_product = 1140) AND (id_product_attribute = 468) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
364
ms
|
2 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/groupinc/groupinc.php:390<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_supplier` a0
WHERE (a0.`id_product` = 1339)
GROUP BY a0.`id_supplier` |
362
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/groupinc.php:401<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `cs_category_product`
WHERE `id_product` = 1140 |
355
ms
|
3 |
|
|
/classes/Product.php:3386
/modules/groupinc/classes/GroupincConfiguration.php:547<br>/modules/groupinc/groupinc.php:447<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM cs_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 718 LIMIT 1 |
351
ms
|
1 |
|
|
/classes/Product.php:5614
/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `cs_product_attribute` pa
INNER JOIN cs_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 889 LIMIT 1 |
348
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
347
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/ets_megamenu/ets_megamenu.php:2009<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 723040101 AND name = '_wp_page_template' LIMIT 1 |
347
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/document-types/page-base.php:218<br>/modules/creativeelements/core/documents-manager.php:224<br>/modules/creativeelements/core/documents-manager.php:269<br>/modules/creativeelements/modules/page-templates/module.php:69<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:638<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `cs_product_supplier` ps
WHERE (ps.id_product = 1140
AND ps.id_product_attribute = 468
AND ps.id_supplier = 0) LIMIT 1 |
343
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/modules/groupinc/groupinc.php:408<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5645<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE data FROM cs_creativepopup_revisions WHERE id = -1 LIMIT 1 |
342
ms
|
1 |
|
|
/modules/creativepopup/helper.php:647
/modules/creativepopup/base/classes/Popups.php:31<br>/modules/creativepopup/base/core.php:52<br>/modules/creativepopup/creativepopup.php:358<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE data
FROM `cs_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
340
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:53<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:267<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:54<br>/modules/ps_googleanalytics/ps_googleanalytics.php:109<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/43/61/1e/43611e5ff338fc0fc12b8351d067bc23bf85ceb4_2.file.layout-both-columns.tpl.php:395<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/43/61/1e/43611e5ff338fc0fc12b8351d067bc23bf85ceb4_2.file.layout-both-columns.tpl.php:139<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/6a/33/8c/6a338c63249fcdd6cb8248440c4de2fcacf924f3_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/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/e7/ce/5b/e7ce5b3ef13b1cc9f6f246695e922fce622dbde7_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/bizkicklayouts_layout_left_column_tpl/bf/67/55/bf6755cabf19625a5c7a23a9ae3dddecf342f5d3_2.file.category.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module_shop` WHERE `id_module` = 32 AND `id_shop` = 1 LIMIT 1 |
339
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/ets_megamenu/ets_megamenu.php:2003<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cs_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
335
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_category` a0
LEFT JOIN `cs_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 38) AND (a0.`nright` > 85) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc |
333
ms
|
20 |
|
|
/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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_supplier` a0
WHERE (a0.`id_product` = 1339)
GROUP BY a0.`id_supplier` |
330
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:483<br>/modules/groupinc/classes/GroupincConfiguration.php:2310<br>/override/classes/Product.php:225<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_everpsminimumorder` FROM `cs_everpsminimumorder`
WHERE id_country = 8
AND id_group = 0
AND id_shop = 1
AND `active` = 1 LIMIT 1 |
329
ms
|
45 |
|
|
/modules/everpsminimumorder/classes/EverMinimumOrderClass.php:53
/override/classes/Configuration.php:73<br>/src/Adapter/Presenter/Cart/CartPresenter.php:429<br>/modules/creativeelements/includes/widgets/shopping-cart.php:1563<br>/modules/creativeelements/includes/base/widget-base.php:512<br>/modules/creativeelements/includes/base/widget-base.php:646<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/modules/theme/documents/theme-document.php:91<br>/modules/creativeelements/includes/frontend.php:897<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `cs_product_attribute` pa
INNER JOIN cs_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 468 LIMIT 1 |
329
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `cs_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
328
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_product_supplier` a0
WHERE (a0.`id_product` = 1140)
GROUP BY a0.`id_supplier` |
325
ms
|
1 |
Yes
|
Yes
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/modules/groupinc/classes/GroupincConfiguration.php:483<br>/modules/groupinc/classes/GroupincConfiguration.php:2310<br>/override/classes/Product.php:225<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `cs_product` WHERE id_product = 1140 LIMIT 1 |
317
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3243
/modules/groupinc/classes/GroupincConfiguration.php:475<br>/modules/groupinc/classes/GroupincConfiguration.php:2310<br>/override/classes/Product.php:225<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `cs_product_supplier` ps
WHERE (ps.id_product = 1339
AND ps.id_product_attribute = 0
AND ps.id_supplier = 0) LIMIT 1 |
307
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/modules/groupinc/groupinc.php:408<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module_shop` WHERE `id_module` = 30 AND `id_shop` = 1 LIMIT 1 |
294
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/ets_megamenu/ets_megamenu.php:2005<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cs_ce_icon_set` |
294
ms
|
1 |
|
|
/modules/creativeelements/classes/CEIconSet.php:68
/modules/creativeelements/modules/fonts-manager/module.php:115<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/includes/managers/icons.php:158<br>/modules/creativeelements/core/files/css/base.php:223<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/includes/frontend.php:883<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer FROM `cs_product` WHERE id_product = 1339 LIMIT 1 |
288
ms
|
1 |
|
|
/modules/groupinc/classes/GroupincConfiguration.php:3243
/modules/groupinc/classes/GroupincConfiguration.php:475<br>/modules/groupinc/classes/GroupincConfiguration.php:2310<br>/override/classes/Product.php:225<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `cs_product_group_reduction_cache`
WHERE `id_product` = 1339 AND `id_group` = 1 LIMIT 1 |
280
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:64<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.id_manufacturer as value,CONCAT('mm_manufacturer_',m.id_manufacturer) as id, name as label
FROM cs_manufacturer m
INNER JOIN cs_manufacturer_shop ms ON (m.id_manufacturer=ms.id_manufacturer AND ms.id_shop=1)
WHERE active=1
ORDER BY name asc |
280
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2512
/modules/ets_megamenu/ets_megamenu.php:267<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE s.id_supplier as value,CONCAT('mm_supplier_',s.id_supplier) as id, name as label
FROM cs_supplier s
INNER JOIN cs_supplier_shop ss ON (s.id_supplier=ss.id_supplier AND ss.id_shop=1)
WHERE active=1
ORDER BY name asc |
276
ms
|
4 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2523
/modules/ets_megamenu/ets_megamenu.php:273<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `cs_product_supplier` ps
WHERE (ps.id_product = 1140
AND ps.id_product_attribute = 468
AND ps.id_supplier = 0) LIMIT 1 |
271
ms
|
0 |
|
|
/classes/ProductSupplier.php:164
/modules/groupinc/groupinc.php:408<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `cs_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 718 LIMIT 1 |
256
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5613<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM cs_ce_meta WHERE id = 1170101 AND name = '_elementor_version' LIMIT 1 |
245
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:934<br>/modules/creativeelements/core/base/document.php:229<br>/modules/creativeelements/modules/theme/documents/theme-document.php:89<br>/modules/creativeelements/includes/frontend.php:897<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cs_image` i
INNER JOIN cs_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1676
AND image_shop.`cover` = 1 LIMIT 1 |
244
ms
|
4 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_lang FROM cs_lang WHERE is_rtl=0 AND active=1 LIMIT 1 |
219
ms
|
2 |
|
|
/modules/ets_megamenu/ets_megamenu.php:3490
/modules/ets_megamenu/ets_megamenu.php:78<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `cs_country`
WHERE `id_country` = 8 LIMIT 1 |
210
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `cs_specific_price` WHERE id_product = 0 LIMIT 1 |
203
ms
|
1 |
|
|
/classes/SpecificPrice.php:411
/classes/SpecificPrice.php:508<br>/modules/groupinc/groupinc.php:304<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Product.php:57<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cs_image_type` |
177
ms
|
8 |
|
|
/classes/ImageType.php:147
/classes/ImageType.php:204<br>/modules/creativeelements/includes/base/widget-product-base.php:47<br>/modules/creativeelements/includes/managers/widgets.php:118<br>/modules/creativeelements/includes/managers/widgets.php:211<br>/modules/creativeelements/includes/elements/column.php:1066<br>/modules/creativeelements/includes/base/element-base.php:894<br>/modules/creativeelements/includes/base/element-base.php:342<br>/modules/creativeelements/includes/base/element-base.php:939<br>/modules/creativeelements/includes/base/element-base.php:301<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/files/css/post.php:197<br>/modules/creativeelements/core/files/css/base.php:568<br>/modules/creativeelements/core/files/base.php:137<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/dynamic-tags/manager.php:454<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/core/files/css/base.php:245<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/includes/frontend.php:883<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module` WHERE `name` = "psgdpr" LIMIT 1 |
172
ms
|
1 |
|
|
/classes/module/Module.php:2841
/classes/module/Module.php:2327<br>/modules/creativeelements/includes/widgets/contact-form.php:1360<br>/modules/creativeelements/includes/widgets/contact-form.php:1351<br>/modules/creativeelements/includes/managers/widgets.php:118<br>/modules/creativeelements/includes/managers/widgets.php:211<br>/modules/creativeelements/includes/elements/column.php:1066<br>/modules/creativeelements/includes/base/element-base.php:894<br>/modules/creativeelements/includes/base/element-base.php:342<br>/modules/creativeelements/includes/base/element-base.php:939<br>/modules/creativeelements/includes/base/element-base.php:301<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/files/css/post.php:197<br>/modules/creativeelements/core/files/css/base.php:568<br>/modules/creativeelements/core/files/base.php:137<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/dynamic-tags/manager.php:454<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/core/files/css/base.php:245<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/includes/frontend.php:883<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cs_ce_icon_set` |
152
ms
|
1 |
|
|
/modules/creativeelements/classes/CEIconSet.php:68
/modules/creativeelements/modules/fonts-manager/module.php:115<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/includes/managers/icons.php:158<br>/modules/creativeelements/includes/managers/icons.php:221<br>/modules/creativeelements/includes/managers/icons.php:50<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/includes/frontend.php:493<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/classes/assets/CEAssetManager.php:41<br>/modules/creativeelements/modules/misc/module.php:57<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/creativeelements.php:351<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_country_lang`
WHERE `id_country` = 8 |
149
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cs_country` a
LEFT JOIN `cs_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
148
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM cs_required_field |
137
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cs_ce_icon_set` |
137
ms
|
1 |
|
|
/modules/creativeelements/classes/CEIconSet.php:68
/modules/creativeelements/modules/fonts-manager/module.php:115<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/includes/managers/icons.php:158<br>/modules/creativeelements/includes/managers/icons.php:235<br>/modules/creativeelements/includes/managers/icons.php:308<br>/modules/creativeelements/includes/widgets/ajax-search.php:1422<br>/modules/creativeelements/includes/base/widget-base.php:512<br>/modules/creativeelements/includes/base/widget-base.php:646<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/includes/base/element-base.php:847<br>/modules/creativeelements/includes/base/element-base.php:631<br>/modules/creativeelements/core/base/document.php:1100<br>/modules/creativeelements/modules/theme/documents/theme-document.php:91<br>/modules/creativeelements/includes/frontend.php:897<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE psgdpr.active FROM `cs_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 2 LIMIT 1 |
136
ms
|
1 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
:undefined<br>/modules/creativeelements/includes/widgets/contact-form.php:1361<br>/modules/creativeelements/includes/widgets/contact-form.php:1351<br>/modules/creativeelements/includes/managers/widgets.php:118<br>/modules/creativeelements/includes/managers/widgets.php:211<br>/modules/creativeelements/includes/elements/column.php:1066<br>/modules/creativeelements/includes/base/element-base.php:894<br>/modules/creativeelements/includes/base/element-base.php:342<br>/modules/creativeelements/includes/base/element-base.php:939<br>/modules/creativeelements/includes/base/element-base.php:301<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/files/css/post.php:197<br>/modules/creativeelements/core/files/css/base.php:568<br>/modules/creativeelements/core/files/base.php:137<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/dynamic-tags/manager.php:454<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/core/files/css/base.php:245<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/includes/frontend.php:883<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
136
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/creativeelements/includes/widgets/contact-form.php:1366<br>/modules/creativeelements/includes/widgets/contact-form.php:1351<br>/modules/creativeelements/includes/managers/widgets.php:118<br>/modules/creativeelements/includes/managers/widgets.php:211<br>/modules/creativeelements/includes/elements/column.php:1066<br>/modules/creativeelements/includes/base/element-base.php:894<br>/modules/creativeelements/includes/base/element-base.php:342<br>/modules/creativeelements/includes/base/element-base.php:939<br>/modules/creativeelements/includes/base/element-base.php:301<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/files/css/post.php:197<br>/modules/creativeelements/core/files/css/base.php:568<br>/modules/creativeelements/core/files/base.php:137<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/dynamic-tags/manager.php:454<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/core/files/css/base.php:245<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/includes/frontend.php:883<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM cs_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 718 LIMIT 1 |
135
ms
|
1 |
|
|
/classes/Product.php:5614
/override/classes/Product.php:222<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module_shop` WHERE `id_module` = 56 AND `id_shop` = 1 LIMIT 1 |
134
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/creativeelements/includes/widgets/contact-form.php:1360<br>/modules/creativeelements/includes/widgets/contact-form.php:1351<br>/modules/creativeelements/includes/managers/widgets.php:118<br>/modules/creativeelements/includes/managers/widgets.php:211<br>/modules/creativeelements/includes/elements/column.php:1066<br>/modules/creativeelements/includes/base/element-base.php:894<br>/modules/creativeelements/includes/base/element-base.php:342<br>/modules/creativeelements/includes/base/element-base.php:939<br>/modules/creativeelements/includes/base/element-base.php:301<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/files/css/post.php:197<br>/modules/creativeelements/core/files/css/base.php:568<br>/modules/creativeelements/core/files/base.php:137<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/dynamic-tags/manager.php:454<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/core/files/css/base.php:245<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/includes/frontend.php:883<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module` WHERE `name` = "contactform" LIMIT 1 |
134
ms
|
1 |
|
|
/classes/module/Module.php:2841
/modules/creativeelements/includes/widgets/contact-form.php:1361<br>/modules/creativeelements/includes/widgets/contact-form.php:1351<br>/modules/creativeelements/includes/managers/widgets.php:118<br>/modules/creativeelements/includes/managers/widgets.php:211<br>/modules/creativeelements/includes/elements/column.php:1066<br>/modules/creativeelements/includes/base/element-base.php:894<br>/modules/creativeelements/includes/base/element-base.php:342<br>/modules/creativeelements/includes/base/element-base.php:939<br>/modules/creativeelements/includes/base/element-base.php:301<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/files/css/post.php:197<br>/modules/creativeelements/core/files/css/base.php:568<br>/modules/creativeelements/core/files/base.php:137<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/dynamic-tags/manager.php:454<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/core/files/css/base.php:245<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/includes/frontend.php:883<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_lang FROM cs_lang WHERE is_rtl=1 AND active=1 LIMIT 1 |
126
ms
|
2 |
|
|
/modules/ets_megamenu/ets_megamenu.php:3490
/modules/ets_megamenu/ets_megamenu.php:78<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE format
FROM `cs_address_format`
WHERE `id_country` = 8 LIMIT 1 |
125
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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
121
ms
|
1 |
|
|
/classes/module/Module.php:2841
/modules/creativeelements/includes/widgets/email-subscription.php:1064<br>/modules/creativeelements/includes/widgets/email-subscription.php:1054<br>/modules/creativeelements/includes/managers/widgets.php:118<br>/modules/creativeelements/includes/managers/widgets.php:211<br>/modules/creativeelements/includes/elements/column.php:1066<br>/modules/creativeelements/includes/base/element-base.php:894<br>/modules/creativeelements/includes/base/element-base.php:342<br>/modules/creativeelements/includes/base/element-base.php:939<br>/modules/creativeelements/includes/base/element-base.php:301<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/files/css/post.php:197<br>/modules/creativeelements/core/files/css/base.php:568<br>/modules/creativeelements/core/files/base.php:137<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/dynamic-tags/manager.php:454<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/core/files/css/base.php:245<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/includes/frontend.php:883<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE psgdpr.active FROM `cs_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 22 LIMIT 1 |
121
ms
|
1 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
:undefined<br>/modules/creativeelements/includes/widgets/email-subscription.php:1064<br>/modules/creativeelements/includes/widgets/email-subscription.php:1054<br>/modules/creativeelements/includes/managers/widgets.php:118<br>/modules/creativeelements/includes/managers/widgets.php:211<br>/modules/creativeelements/includes/elements/column.php:1066<br>/modules/creativeelements/includes/base/element-base.php:894<br>/modules/creativeelements/includes/base/element-base.php:342<br>/modules/creativeelements/includes/base/element-base.php:939<br>/modules/creativeelements/includes/base/element-base.php:301<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/files/css/post.php:197<br>/modules/creativeelements/core/files/css/base.php:568<br>/modules/creativeelements/core/files/base.php:137<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/dynamic-tags/manager.php:454<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/core/files/css/base.php:245<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/includes/frontend.php:883<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cs_module` WHERE `name` = "gdprpro" LIMIT 1 |
116
ms
|
0 |
|
|
/classes/module/Module.php:2841
/classes/module/Module.php:2327<br>/modules/creativeelements/includes/widgets/contact-form.php:1366<br>/modules/creativeelements/includes/widgets/contact-form.php:1351<br>/modules/creativeelements/includes/managers/widgets.php:118<br>/modules/creativeelements/includes/managers/widgets.php:211<br>/modules/creativeelements/includes/elements/column.php:1066<br>/modules/creativeelements/includes/base/element-base.php:894<br>/modules/creativeelements/includes/base/element-base.php:342<br>/modules/creativeelements/includes/base/element-base.php:939<br>/modules/creativeelements/includes/base/element-base.php:301<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118<br>/modules/creativeelements/core/files/css/post.php:320<br>/modules/creativeelements/core/files/css/post.php:197<br>/modules/creativeelements/core/files/css/base.php:568<br>/modules/creativeelements/core/files/base.php:137<br>/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75<br>/modules/creativeelements/core/files/css/base.php:183<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/core/dynamic-tags/manager.php:454<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:214<br>/modules/creativeelements/core/files/css/base.php:245<br>/modules/creativeelements/core/files/css/post.php:218<br>/modules/creativeelements/includes/frontend.php:883<br>/modules/creativeelements/includes/frontend.php:816<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:273<br>/modules/creativeelements/creativeelements.php:763<br>/modules/creativeelements/creativeelements.php:647<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:518<br>/index.php:28
|